File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1773,7 +1773,8 @@ static void webserver_config() {
1773
1773
1774
1774
static void sensor_restart () {
1775
1775
#if defined(ESP8266)
1776
- WiFi.forceSleepBegin ();
1776
+ WiFi.disconnect ();
1777
+ WiFi.mode (WIFI_OFF);
1777
1778
delay (100 );
1778
1779
#endif
1779
1780
SPIFFS.end ();
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ extra_scripts = platformio_script.py
83
83
# needs to be adjusted to the matching version from
84
84
# https://github.com/platformio/platform-espressif8266/releases
85
85
platform_version =
[email protected]
86
- platform_version_esp32 = espressif32@1.9.0 ; using Arduino core 1.0.2
86
+ platform_version_esp32 = espressif32@1.11.1 ; using Arduino core 1.0.4
87
87
88
88
[env]
89
89
; lib_ldf_mode = chain+ ; automatically detect libraries by the used includes
You can’t perform that action at this time.
0 commit comments