Adjusted platformio.ini for ethernet usage
This commit is contained in:
parent
c7aa22ce6c
commit
d5c0d13d1e
@ -30,7 +30,7 @@ extra_scripts =
|
|||||||
|
|
||||||
board_build.partitions = partitions_custom.csv
|
board_build.partitions = partitions_custom.csv
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
monitor_filters = time, colorize, log2file, esp32_exception_decoder
|
monitor_filters = log2file, esp32_exception_decoder
|
||||||
monitor_port = COM4
|
monitor_port = COM4
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
@ -44,6 +44,7 @@ board = esp32dev
|
|||||||
; https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware
|
; https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware
|
||||||
|
|
||||||
board = esp32-poe
|
board = esp32-poe
|
||||||
|
build_type = debug
|
||||||
build_flags = ${env.build_flags}
|
build_flags = ${env.build_flags}
|
||||||
-DHOYMILES_PIN_MISO=15
|
-DHOYMILES_PIN_MISO=15
|
||||||
-DHOYMILES_PIN_MOSI=2
|
-DHOYMILES_PIN_MOSI=2
|
||||||
@ -51,3 +52,7 @@ build_flags = ${env.build_flags}
|
|||||||
-DHOYMILES_PIN_IRQ=13
|
-DHOYMILES_PIN_IRQ=13
|
||||||
-DHOYMILES_PIN_CE=16
|
-DHOYMILES_PIN_CE=16
|
||||||
-DHOYMILES_PIN_CS=5
|
-DHOYMILES_PIN_CS=5
|
||||||
|
-DOPENDTU_ETHERNET
|
||||||
|
|
||||||
|
monitor_port = COM3
|
||||||
|
upload_port = COM3
|
||||||
Loading…
Reference in New Issue
Block a user