Skip to content

Commit

Permalink
esp32_exception_decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz authored Apr 12, 2024
1 parent 7e193eb commit eddaa02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sensor/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lib_deps =
[env:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32
monitor_filters = esp32_exception_decoder

[env:remote_wemos_d1_mini32]
platform = espressif32
Expand All @@ -39,10 +40,12 @@ upload_flags =
[env:d1_mini_lite]
board = d1_mini_lite
platform = espressif8266
monitor_filters = esp8266_exception_decoder

[env:t-rsc3] ; Lilygo T-RSC3
platform = espressif32
board = esp32-c3-devkitm-1
monitor_filters = esp32_exception_decoder
lib_deps =
${env.lib_deps}
https://github.com/adafruit/Adafruit_NeoPixel.git#1.11.1
Expand All @@ -53,4 +56,5 @@ build_flags =

[env:pico32]
platform = espressif32
board = pico32
board = pico32
monitor_filters = esp32_exception_decoder

0 comments on commit eddaa02

Please sign in to comment.