JAndrassy / ArduinoOTA

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

BLE Support #156

Closed vovagorodok closed 2 years ago

vovagorodok commented 2 years ago

Any plans to add support OTA over BLE? Found this one: https://github.com/fbiego/ESP32_BLE_OTA_Arduino Will be nice to have here such functionality

JAndrassy commented 2 years ago

Any plans to add support OTA over BLE? Found this one: https://github.com/fbiego/ESP32_BLE_OTA_Arduino Will be nice to have here such functionality

just use InternalStorage object from this library instead of the esp32 Update object