Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

beegee-tokyo
Copy link

…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.

```
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
Copy link
Author

@anthrene @lirenhe @salvq

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

@ghost
Copy link

ghost commented Nov 13, 2019

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

@beegee-tokyo
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant