Skip to content

Commit

Permalink
add dev fw 19b9b6c
Browse files Browse the repository at this point in the history
  • Loading branch information
remne committed Sep 8, 2024
1 parent 5abbb2f commit 717d1c8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Binary file renamed blobs/11ddde3.bin → blobs/19b9b6c.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": "11ddde3",
"build": "19b9b6c",
"build_date": "20240908",
"status": "Development",
"changelog": "- 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 ESP-IDF to v5.3<br/>- Wi-Fi password length limited to 64 chars.<br/>- Add authentication on factory reset API.",
"blob": "blobs/11ddde3.bin"
"changelog": "- Add 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 ESP-IDF to v5.3<br/>- Wi-Fi password length limited to 64 chars.<br/>- Add authentication on factory reset API.",
"blob": "blobs/19b9b6c.bin"
},
{
"build": "f934567",
Expand Down
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
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": "11ddde3",
"version": "19b9b6c",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "dev_11ddde3/bootloader_dio_40m.bin",
"path": "dev_19b9b6c/bootloader_dio_40m.bin",
"offset": 4096
},
{
"path": "dev_11ddde3/partitions.bin",
"path": "dev_19b9b6c/partitions.bin",
"offset": 32768
},
{
"path": "dev_11ddde3/boot_app0.bin",
"path": "dev_19b9b6c/boot_app0.bin",
"offset": 57344
},
{
"path": "dev_11ddde3/firmware.bin",
"path": "dev_19b9b6c/firmware.bin",
"offset": 65536
}
]
Expand Down

0 comments on commit 717d1c8

Please sign in to comment.