Skip to content

Commit

Permalink
add dev fw 02bad32
Browse files Browse the repository at this point in the history
  • Loading branch information
remne committed Sep 21, 2024
1 parent 1142aac commit 03ecd9e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Binary file added blobs/02bad32.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"latest": "f934567",
"blobs": [
{
"build": "8ab8699",
"build": "02bad32",
"build_date": "20240920",
"status": "Development",
"changelog": "- HA auto discovery force_update option.<br/>- Custom ID json key/value.<br/>- 200A fuse option.<br/>- Fix transformer ratio not applied when mqtt json format is enabled.<br/>- 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 platform<br/>- Wi-Fi password length limited to 64 chars.<br/>- Add authentication on factory reset API.",
"blob": "blobs/8ab8699.bin"
"changelog": "- Minor rearranging of the settings page.<br/>- HA auto discovery force_update option.<br/>- Custom ID json key/value.<br/>- 200A fuse option.<br/>- Fix transformer ratio not applied when mqtt json format is enabled.<br/>- 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 platform<br/>- Wi-Fi password length limited to 64 chars.<br/>- Add authentication on factory reset API.",
"blob": "blobs/02bad32.bin"
},
{
"build": "f934567",
Expand Down
Binary file added webflash/dev_02bad32/boot_app0.bin
Binary file not shown.
Binary file added webflash/dev_02bad32/bootloader_dio_40m.bin
Binary file not shown.
Binary file added webflash/dev_02bad32/firmware.bin
Binary file not shown.
Binary file added webflash/dev_02bad32/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": "8ab8699",
"version": "02bad32",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "dev_8ab8699/bootloader_dio_40m.bin",
"path": "dev_02bad32/bootloader_dio_40m.bin",
"offset": 4096
},
{
"path": "dev_8ab8699/partitions.bin",
"path": "dev_02bad32/partitions.bin",
"offset": 32768
},
{
"path": "dev_8ab8699/boot_app0.bin",
"path": "dev_02bad32/boot_app0.bin",
"offset": 57344
},
{
"path": "dev_8ab8699/firmware.bin",
"path": "dev_02bad32/firmware.bin",
"offset": 65536
}
]
Expand Down

0 comments on commit 03ecd9e

Please sign in to comment.