Simplifying Code
This commit is contained in:
+4
-3
@@ -35,8 +35,8 @@ arduino_core_2_5_0 = espressif8266@2.0.4
|
||||
arduino_core_stage = https://github.com/platformio/platform-espressif8266.git#feature/stage
|
||||
|
||||
framework = arduino
|
||||
platform = ${common.arduino_core_2_4_2}
|
||||
; platform = ${common.arduino_core_2_5_0}
|
||||
;platform = ${common.arduino_core_2_4_2}
|
||||
platform = ${common.arduino_core_2_5_0}
|
||||
build_flags =
|
||||
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||
-DMQTT_MAX_PACKET_SIZE=512 ; PubSubClient Specific flags
|
||||
@@ -74,9 +74,10 @@ lib_deps = ${common.lib_deps}
|
||||
board = nodemcuv2
|
||||
framework = ${common.framework}
|
||||
platform = ${common.platform}
|
||||
board_build.f_cpu = 160000000L
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
; -Wl,-Teagle.flash.4m3m.ld ;;;; Required for core > v2.5.0 or staging version
|
||||
-Wl,-Teagle.flash.4m3m.ld ; Required for core > v2.5.0 or staging version
|
||||
monitor_speed = ${common.monitor_speed}
|
||||
upload_speed = ${common.upload_speed}
|
||||
upload_resetmethod = ${common.upload_resetmethod}
|
||||
|
||||
Reference in New Issue
Block a user