mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
esp32 uart and wemos d1-mini32
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
[platformio]
|
||||
default_envs = esp8266
|
||||
;default_envs = esp32
|
||||
;default_envs = esp32_d1
|
||||
|
||||
# override any settings with your own local ones in pio_local.ini
|
||||
extra_configs = pio_local.ini
|
||||
@@ -89,3 +90,9 @@ board = esp32dev
|
||||
lib_deps = ${common.libs_core} ${common.libs_esp32}
|
||||
build_flags = ${common.build_flags} ${common.debug_flags} -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||
|
||||
[env:esp32_d1]
|
||||
build_type = release
|
||||
platform = espressif32
|
||||
board = wemos_d1_mini32
|
||||
lib_deps = ${common.libs_core} ${common.libs_esp32}
|
||||
build_flags = ${common.build_flags} ${common.debug_flags} -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||
|
||||
Reference in New Issue
Block a user