mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
don't wait in rx loop
This commit is contained in:
@@ -74,7 +74,7 @@ upload_protocol = espota
|
||||
upload_flags =
|
||||
--port=8266
|
||||
--auth=neo
|
||||
upload_port = 192.168.0.20
|
||||
;upload_port = 192.168.0.20
|
||||
|
||||
[env:esp8266]
|
||||
build_type = release
|
||||
@@ -87,6 +87,7 @@ board_build.f_cpu = 160000000L ; 160MHz
|
||||
board_build.ldscript = eagle.flash.4m1m.ld ; 1019 KB sketch, 1000 KB SPIFFS. 4KB EEPROM, 4KB RFCAL, 12KB WIFI stack, 2052 KB OTA & buffer
|
||||
; board_build.ldscript = eagle.flash.4m2m.ld ; 1019 KB sketch, 2024 KB SPIFFS. 4KB EEPROM, 4KB RFCAL, 12KB WIFI stack, 1028 KB OTA & buffer
|
||||
build_flags = ${common.build_flags} ${common.debug_flags} -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
||||
upload_port = 192.168.0.20
|
||||
|
||||
[env:esp32]
|
||||
build_type = release
|
||||
@@ -101,3 +102,4 @@ 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 -D WEMOS_D1_32
|
||||
upload_port = 192.168.0.23
|
||||
|
||||
Reference in New Issue
Block a user