VSChina / ESP32_AzureIoT_Arduino

The library for ESP32 Azure IoT for Arduino
MIT License
37 stars 43 forks source link

Fix [issue #12](https://github.com/VSChina/ESP32_AzureIoT_Arduino/is… #19

Open beegee-tokyo opened 4 years ago

beegee-tokyo commented 4 years ago

…sues/12) and issue 18

assertion "Operating mode must not be set while SNTP client is running" failed: file "/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", line 600, function: sntp_setoperatingmode

SNTP_Deinit(); required before sntp_setoperatingmode(SNTP_OPMODE_POLL); if SNTP was initialized already.

beegee-tokyo commented 4 years ago

@anthrene @lirenhe @salvq

Anybody here? This is a simple fix that avoids unnecessary reboots.

ghost commented 4 years ago

Please get this fixed, it really bugs me out my ESP32 reboots after timeouts.

beegee-tokyo commented 4 years ago

Bump up.

Is anybody maintaining this repository? Looks really dead. Maybe it should be removed from the ESP32 Arduino repo if nobody is taking care of it.

beegee-tokyo commented 4 years ago

Bump up

@me-no-dev Anybody maintaining this repo? If it is dead, maybe it should be removed from the Arduino ESP32 repo, because these bugs are annoying and it might be better to look for another solution to connect to AzureIoT