Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
23 stars 20 forks source link

Record firmware version history in flash #278

Open photron opened 10 months ago

photron commented 10 months ago

On boot check if firmware_version_history (FWH) file exists in flash. If not then write FWH with current firmware version. If FWH exists then check if last firmware version is our own. If yes then do nothing. If no then append current firmware version to FWH.

Include FWH in debug report.