From 83ac8010abda14776f3d7c9de1bdb4208e7b500d Mon Sep 17 00:00:00 2001 From: Alexander Gerasimov Date: Thu, 4 Apr 2024 18:42:53 +0300 Subject: [PATCH] Fix for ESP8266 bug Settings are not saved #127 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 8a852dc..96940c1 100644 --- a/platformio.ini +++ b/platformio.ini @@ -183,7 +183,7 @@ lib_extra_dirs = ./lib-esp8266 platform = ${common_env_data.esp8266_framework} board = nodemcuv2 framework = arduino -build_flags = -Wl,-Tesp8266.flash.4m.ld -DMultipleSensorEnabled=true +build_flags = -Wl,-Tesp8266.flash.4m2m.ld -DMultipleSensorEnabled=true monitor_speed = 115200 lib_deps = ${common_env_data.lib_deps_external}