mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[Sonoff POR] Move Sonoff POW R1/R2 ESP8266 build back to core 2.7.4
Due to stability issues for Sonoff POW R2 which does reboot every 4 - 6 hours due to HW Watchdog when connected to modern AP.
This commit is contained in:
@@ -696,13 +696,16 @@ lib_ignore = ${regular_platform.lib_ignore}
|
||||
; GPIO13 Blue Led (0 = On, 1 = Off)
|
||||
[env:hard_SONOFF_POW_4M1M]
|
||||
extends = esp8266_4M1M, hard_esp82xx
|
||||
platform = ${hard_esp82xx.platform}
|
||||
platform_packages = ${hard_esp82xx.platform_packages}
|
||||
build_flags = ${hard_esp82xx.build_flags}
|
||||
platform = ${core_2_7_4.platform}
|
||||
platform_packages = ${core_2_7_4.platform_packages}
|
||||
build_flags = ${core_2_7_4.build_flags}
|
||||
${esp8266_4M1M.build_flags}
|
||||
-DBUILD_NO_DEBUG
|
||||
-DPLUGIN_BUILD_CUSTOM
|
||||
-DPLUGIN_SET_SONOFF_POW
|
||||
-DFEATURE_IMPROV=0
|
||||
lib_ignore = ${hard_esp82xx.lib_ignore}
|
||||
-DPLUGIN_STATS_NR_ELEMENTS=64
|
||||
lib_ignore = ${esp8266_custom_common_274.lib_ignore}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user