Add exception decoder to platformio.ini

This commit is contained in:
Laura Hausmann 2023-02-08 23:50:42 +01:00
parent 135a4619bc
commit ddc337ef9c
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -14,6 +14,7 @@ board = az-delivery-devkit-v4
framework = arduino
upload_speed = 921600
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
lib_deps =
olikraus/U8g2@^2.34.13
juerd/ESP-WiFiSettings@^3.8.0