Skip to content

Commit

Permalink
add dev fw 602fe98
Browse files Browse the repository at this point in the history
  • Loading branch information
remne committed Aug 23, 2024
1 parent 3111b2d commit fbb039c
Show file tree
Hide file tree
Showing 45 changed files with 7 additions and 7 deletions.
Binary file renamed blobs/54fc299.bin → blobs/602fe98.bin
Binary file not shown.
Binary file removed blobs/78f1b8c.bin
Binary file not shown.
Binary file removed blobs/9c2ad9a.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"latest": "f934567",
"blobs": [
{
"build": "54fc299",
"build": "602fe98",
"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/54fc299.bin"
"blob": "blobs/602fe98.bin"
},
{
"build": "f934567",
Expand Down
Binary file removed webflash/dev_06e1b3e/bootloader_dio_40m.bin
Binary file not shown.
Binary file removed webflash/dev_06e1b3e/firmware.bin
Binary file not shown.
Binary file removed webflash/dev_0f3e780/boot_app0.bin
Binary file not shown.
Binary file removed webflash/dev_0f3e780/bootloader_dio_40m.bin
Binary file not shown.
Binary file removed webflash/dev_0f3e780/firmware.bin
Binary file not shown.
Binary file removed webflash/dev_0f3e780/partitions.bin
Binary file not shown.
Binary file removed webflash/dev_54fc299/boot_app0.bin
Binary file not shown.
Binary file removed webflash/dev_54fc299/partitions.bin
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file removed webflash/dev_6a543ea/boot_app0.bin
Binary file not shown.
Binary file removed webflash/dev_6a543ea/bootloader_dio_40m.bin
Binary file not shown.
Binary file removed webflash/dev_6a543ea/firmware.bin
Binary file not shown.
Binary file removed webflash/dev_6a543ea/partitions.bin
Binary file not shown.
Binary file removed webflash/dev_78f1b8c/boot_app0.bin
Binary file not shown.
Binary file removed webflash/dev_78f1b8c/bootloader_dio_40m.bin
Binary file not shown.
Binary file removed webflash/dev_78f1b8c/firmware.bin
Binary file not shown.
Binary file removed webflash/dev_78f1b8c/partitions.bin
Binary file not shown.
Binary file removed webflash/dev_a5566e0/boot_app0.bin
Binary file not shown.
Binary file removed webflash/dev_a5566e0/bootloader_dio_40m.bin
Binary file not shown.
Binary file removed webflash/dev_a5566e0/firmware.bin
Binary file not shown.
Binary file removed webflash/dev_a5566e0/partitions.bin
Binary file not shown.
Binary file removed webflash/dev_aae1e85/boot_app0.bin
Binary file not shown.
Binary file removed webflash/dev_aae1e85/bootloader_dio_40m.bin
Binary file not shown.
Binary file removed webflash/dev_aae1e85/firmware.bin
Binary file not shown.
Binary file removed webflash/dev_aae1e85/partitions.bin
Binary file not shown.
Binary file removed webflash/dev_e9309dd/boot_app0.bin
Binary file not shown.
Binary file removed webflash/dev_e9309dd/bootloader_dio_40m.bin
Binary file not shown.
Binary file removed webflash/dev_e9309dd/firmware.bin
Binary file not shown.
Binary file removed webflash/dev_e9309dd/partitions.bin
Binary file not shown.
Binary file removed webflash/dev_f934567/boot_app0.bin
Binary file not shown.
Binary file removed webflash/dev_f934567/bootloader_dio_40m.bin
Binary file not shown.
Binary file removed webflash/dev_f934567/firmware.bin
Binary file not shown.
Binary file removed webflash/dev_f934567/partitions.bin
Binary file not shown.
Binary file removed webflash/dev_fc893f5/boot_app0.bin
Binary file not shown.
Binary file removed webflash/dev_fc893f5/bootloader_dio_40m.bin
Binary file not shown.
Binary file removed webflash/dev_fc893f5/firmware.bin
Binary file not shown.
Binary file removed webflash/dev_fc893f5/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": "54fc299",
"version": "602fe98",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "dev_54fc299/bootloader_dio_40m.bin",
"path": "dev_602fe98/bootloader_dio_40m.bin",
"offset": 4096
},
{
"path": "dev_54fc299/partitions.bin",
"path": "dev_602fe98/partitions.bin",
"offset": 32768
},
{
"path": "dev_54fc299/boot_app0.bin",
"path": "dev_602fe98/boot_app0.bin",
"offset": 57344
},
{
"path": "dev_54fc299/firmware.bin",
"path": "dev_602fe98/firmware.bin",
"offset": 65536
}
]
Expand Down

0 comments on commit fbb039c

Please sign in to comment.