-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error message when trying to OTA Update #45
Comments
Hi, try to use Arduino IDE, i am not familiar with pio config |
After sending the file, my ESP32 starts rebooting constantly. The firmware on my ESP32 remains old, and continues to send the message "OTA firmware..." every time it is rebooted |
I looked at the functions of this library. This library uses standard ESP32 Arduino OTA update methods. Accordingly, it should work perfectly under Platformio. I tried it on another computer and the update was successful. But not always. Perhaps there is a dependence on the stability of the network. When I have time, I want to see how the library monitors the download of the update bin file from the telegram servers. It seems to me that this may be a problem, because... in the .update method this is not clear |
Hi,
i use esp01 and PlatformIO and i inserted part of OTA update code to my message handler function:
but when i send .bin file from ".pio\build\esp01\firmware.bin" to bot, i get the following:
Maybe i have wrong platformio.ini config:
How i can fix it?
Thank you in advance!
The text was updated successfully, but these errors were encountered: