FastBot icon indicating copy to clipboard operation
FastBot copied to clipboard

OTA is not working

Open AVRLibre opened this issue 1 year ago • 5 comments

Hello! Thank you for this project! Having a problem with OTA, it is not working on my project with ESP32.

My parameters: DOIT ESP32 DEVKIT V1 Arduino IDE 2.2.1 FastBot v 2.25

When I try to send binary file, bot send me "Error" message. I've tried to send the same binary file to ESP with your OTA_update example code onboard and it updated successful, so the problem is not in the code that I try to compile in binary file and send, but in the code of the ESP. Then I've tried to comment all interruptions and functions in my project, but it didn't have effect. The problems looks like another issue (https://github.com/GyverLibs/FastBot/issues/45), but this time - on Arduino core.

I would be very greatfull if you'll try to sugest smth, this is the only problem we have with your lib, other aspects are perfect. Thanks for your attention!

AVRLibre avatar Jan 03 '24 14:01 AVRLibre

Hello, maybe your sketch is too big for OTA

GyverLibs avatar Jan 08 '24 08:01 GyverLibs