LuKks / iot-ota

Firmware OTA updates library in C for IoT devices
MIT License
1 stars 0 forks source link

Improvements #1

Open LuKks opened 2 months ago

LuKks commented 2 months ago

Investigate:

Also thinking:

python3 -m esptool --chip=esp32 image_info ./firmware.bin --version=2 https://github.com/lukks/iot-dev/blob/main/lib/elf-hash.js

That way the device can detect it's not running the latest firmware when force uploading a different one via USB. It's not real protection, it's just so the device is not stuck without OTA updates on development

LuKks commented 2 months ago

Unit tests are missing also