GyverLibs / FastBot

Многофункциональная быстрая библиотека для Телеграм бота на esp8266/esp32
MIT License
187 stars 32 forks source link

OTA is not working #63

Open AVRLibre opened 9 months ago

AVRLibre commented 9 months ago

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!

GyverLibs commented 9 months ago

Hello, maybe your sketch is too big for OTA