mirror of
https://github.com/supleed2/ELEC50003-P1-CW.git
synced 2024-11-10 01:35:50 +00:00
Add debugging compilation and monitor flags
This commit is contained in:
parent
3920375c43
commit
de87475e47
|
@ -14,7 +14,13 @@ board = esp32dev
|
|||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
upload_port = COM[3]
|
||||
monitor_filters = send_on_enter
|
||||
monitor_filters =
|
||||
send_on_enter
|
||||
esp32_exception_decoder
|
||||
build_flags =
|
||||
-DCORE_DEBUG_LEVEL=5
|
||||
-Wno-unknown-pragmas
|
||||
build_type = debug
|
||||
lib_deps =
|
||||
plerup/EspSoftwareSerial@^6.12.6
|
||||
sstaub/Ticker@^4.2.0
|
||||
|
|
Loading…
Reference in a new issue