nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.64k stars 3.12k forks source link

Minor sntp.sync() bug fix #3460

Closed vsky279 closed 3 years ago

vsky279 commented 3 years ago

Fixes #3449.

Fixes a crash reported in #3449.

Code causing crash:

wifi.setmode(wifi.SOFTAP)
sntp.sync()
marcelstoer commented 3 years ago

Thanks!