JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
435 stars 89 forks source link

Not compatible with <FlashStorage_STM32F1.h> library #218

Open zlomennypez opened 11 months ago

zlomennypez commented 11 months ago

Hello, If you use or similar, when you use eeprom.put function and after that you want to update software with ArduinoOTA, it will write memory, but the memory will be blank and new firmaware will not start.

If you eeprom.put, after that reset a try ArduinoOTA, it works.

It looks like it changes start address. I dont know the source of problem yet. :-/