Disable debug build for poe board
This commit is contained in:
parent
c022b8696b
commit
5b8c18b727
@ -30,7 +30,7 @@ extra_scripts =
|
||||
|
||||
board_build.partitions = partitions_custom.csv
|
||||
board_build.filesystem = littlefs
|
||||
monitor_filters = log2file, esp32_exception_decoder
|
||||
monitor_filters = time, colorize, log2file, esp32_exception_decoder
|
||||
monitor_port = COM4
|
||||
monitor_speed = 115200
|
||||
|
||||
@ -44,7 +44,6 @@ board = esp32dev
|
||||
; https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware
|
||||
|
||||
board = esp32-poe
|
||||
build_type = debug
|
||||
build_flags = ${env.build_flags}
|
||||
-DHOYMILES_PIN_MISO=15
|
||||
-DHOYMILES_PIN_MOSI=2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user