Skip to content

Commit

Permalink
add dev fw 78f1b8c - security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
remne committed Aug 16, 2024
1 parent ca832a3 commit e49ac9a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Binary file added blobs/78f1b8c.bin
Binary file not shown.
14 changes: 7 additions & 7 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"recommended": "f934567",
"latest": "f934567",
"blobs": [
{
"build": "78f1b8c",
"build_date": "20240816",
"status": "Development",
"changelog": "- Passwords handling changed to 'set and forget'.<br/>- CSRF token in critical internal REST APIs.</br>- Possibility to flash other firmwares than P1IB official firmwares OTA removed.<br/> - Bump ESP-IDF to v5.3<br/>- Wi-Fi password length limited to 64 chars.<br/>- Add authentication on factory reset API.",
"blob": "blobs/78f1b8c.bin"
},
{
"build": "f934567",
"build_date": "20240625",
Expand All @@ -15,13 +22,6 @@
"status": "Stable",
"changelog": "- Telegram interval measurement.<br/>- Add additional main fuse values.<br/>- Fix issue when AP SSID is hidden.<br/>- Increase mqtt password length.<br/>- Add ethernet support (P1IB-eth).<br/>- improve STAR-meters corrupt data compensation.<br/>- Improve wifi/mqtt connection/reconnect behavior.<br/>- HA auto discovery UI switch.<br/>- JSON payload improvements.<br/>",
"blob": "blobs/aae1e85.bin"
},
{
"build": "9c2ad9a",
"build_date": "20230922",
"status": "Stable",
"changelog": "- State class warnings in HA fixed.<br/>- Align sensor names to latest Home Assistant release rules.<br/>- Current gauges cards in web UI.<br/>- AWS IoT Core/MQTT TLS support.<br/>- Optional JSON payload for sensor states. <b>NOTE! Do not enable json payload if you already have statistics in Home Assistant. It will be removed and the power meters import energy (kWh) will be sampled as todays consumtion from day 0.</b>",
"blob": "blobs/9c2ad9a.bin"
}
]
}
Binary file added webflash/dev_78f1b8c/boot_app0.bin
Binary file not shown.
Binary file added webflash/dev_78f1b8c/bootloader_dio_40m.bin
Binary file not shown.
Binary file added webflash/dev_78f1b8c/firmware.bin
Binary file not shown.
Binary file added webflash/dev_78f1b8c/partitions.bin
Binary file not shown.
10 changes: 5 additions & 5 deletions webflash/manifest_dev.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "P1IB Development",
"version": "f934567",
"version": "78f1b8c",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "dev_f934567/bootloader_dio_40m.bin",
"path": "dev_78f1b8c/bootloader_dio_40m.bin",
"offset": 4096
},
{
"path": "dev_f934567/partitions.bin",
"path": "dev_78f1b8c/partitions.bin",
"offset": 32768
},
{
"path": "dev_f934567/boot_app0.bin",
"path": "dev_78f1b8c/boot_app0.bin",
"offset": 57344
},
{
"path": "dev_f934567/firmware.bin",
"path": "dev_78f1b8c/firmware.bin",
"offset": 65536
}
]
Expand Down

0 comments on commit e49ac9a

Please sign in to comment.