|
|
@ -38,7 +38,7 @@ debug_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_SSL -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP |
|
|
|
# -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY = v2 Lower Memory |
|
|
|
# -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH = v2 Higher Bandwidth |
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
build_flags = -g -w -DMQTT_MAX_PACKET_SIZE=400 -DNO_GLOBAL_EEPROM ${env.ESPURNA_FLAGS} -DPIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH |
|
|
|
build_flags = -g -w -DMQTT_MAX_PACKET_SIZE=400 -DNO_GLOBAL_EEPROM ${sysenv.ESPURNA_FLAGS} -DPIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH |
|
|
|
build_flags_512k = ${common.build_flags} -Wl,-Teagle.flash.512k0m1s.ld |
|
|
|
build_flags_1m0m = ${common.build_flags} -Wl,-Teagle.flash.1m0m1s.ld |
|
|
|
build_flags_4m1m = ${common.build_flags} -Wl,-Teagle.flash.4m1m4s.ld |
|
|
@ -47,8 +47,8 @@ build_flags_4m3m = ${common.build_flags} -Wl,-Teagle.flash.4m3m4s.ld |
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
# OTA: |
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = "${sysenv.ESPURNA_IP}" |
|
|
|
upload_flags = --auth="${sysenv.ESPURNA_AUTH}" |
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
# OTHER SETTINGS: |
|
|
@ -130,7 +130,7 @@ board = ${common.board_1m} |
|
|
|
board_build.flash_mode = ${common.flash_mode} |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -D${env.ESPURNA_BOARD} |
|
|
|
build_flags = ${common.build_flags_1m0m} -D${sysenv.ESPURNA_BOARD} |
|
|
|
upload_speed = ${common.upload_speed} |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
@ -143,7 +143,7 @@ board = ${common.board_4m} |
|
|
|
board_build.flash_mode = ${common.flash_mode} |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -D${env.ESPURNA_BOARD} |
|
|
|
build_flags = ${common.build_flags_4m1m} -D${sysenv.ESPURNA_BOARD} |
|
|
|
upload_speed = ${common.upload_speed} |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|