Skip to content

Commit

Permalink
add dev fw 54fc299
Browse files Browse the repository at this point in the history
  • Loading branch information
remne committed Aug 22, 2024
1 parent e49ac9a commit 3111b2d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Binary file added blobs/54fc299.bin
Binary file not shown.
8 changes: 4 additions & 4 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"latest": "f934567",
"blobs": [
{
"build": "78f1b8c",
"build_date": "20240816",
"build": "54fc299",
"build_date": "20240822",
"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"
"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/54fc299.bin"
},
{
"build": "f934567",
Expand Down
Binary file added webflash/dev_54fc299/boot_app0.bin
Binary file not shown.
Binary file added webflash/dev_54fc299/bootloader_dio_40m.bin
Binary file not shown.
Binary file added webflash/dev_54fc299/firmware.bin
Binary file not shown.
Binary file added webflash/dev_54fc299/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": "78f1b8c",
"version": "54fc299",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "dev_78f1b8c/bootloader_dio_40m.bin",
"path": "dev_54fc299/bootloader_dio_40m.bin",
"offset": 4096
},
{
"path": "dev_78f1b8c/partitions.bin",
"path": "dev_54fc299/partitions.bin",
"offset": 32768
},
{
"path": "dev_78f1b8c/boot_app0.bin",
"path": "dev_54fc299/boot_app0.bin",
"offset": 57344
},
{
"path": "dev_78f1b8c/firmware.bin",
"path": "dev_54fc299/firmware.bin",
"offset": 65536
}
]
Expand Down

0 comments on commit 3111b2d

Please sign in to comment.