-
Notifications
You must be signed in to change notification settings - Fork 124
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
Firmware update of scetch 009-esp32-esp8266-processOtaMQTT never ends. #243
Comments
Does it actually start the update again. Because "Firmware update", seems to be your own print and the If it always repeats the update than this might be the problem: It starts the update if the version on the device is not the same as the one we are assigned on the cloud. Meaning if you upload a firmware that has version "0.5" embedded in the hardware but "0.6" assigned in the Cloud dashboard it will repeadetly download firmware (Good stress test, but not required because I've tested that for a few hours already). |
OK, that works, but I want to get a response like "Firmware ist up to date" if the FW_STATE is "UPDATED" |
You either do when enabling Furthermore the state of the Firmware with UPDATED is even uploaded to the cloud automatically, so if you use the ThingsbBoard Dashboard you will see that the device has not only received and flashed but also restarted and booted the correct assigned firmware. |
The scetch compiles well and my device download the OTA_update from thingsboard, but after rebooting the Serial out was.
but the loop never started new, if i put in loop() also tb.sendtelemetry(key,value); and I want to begin the loop as usual.
The text was updated successfully, but these errors were encountered: