diff --git a/blobs/02bad32.bin b/blobs/02bad32.bin new file mode 100644 index 0000000..fc7564e Binary files /dev/null and b/blobs/02bad32.bin differ diff --git a/index.json b/index.json index 72f5868..656aa9c 100644 --- a/index.json +++ b/index.json @@ -3,11 +3,11 @@ "latest": "f934567", "blobs": [ { - "build": "8ab8699", + "build": "02bad32", "build_date": "20240920", "status": "Development", - "changelog": "- HA auto discovery force_update option.
- Custom ID json key/value.
- 200A fuse option.
- Fix transformer ratio not applied when mqtt json format is enabled.
- Passwords handling changed to 'set and forget'.
- CSRF token in critical internal REST APIs.
- Possibility to flash other firmwares than P1IB official firmwares OTA removed.
- Bump platform
- Wi-Fi password length limited to 64 chars.
- Add authentication on factory reset API.", - "blob": "blobs/8ab8699.bin" + "changelog": "- Minor rearranging of the settings page.
- HA auto discovery force_update option.
- Custom ID json key/value.
- 200A fuse option.
- Fix transformer ratio not applied when mqtt json format is enabled.
- Passwords handling changed to 'set and forget'.
- CSRF token in critical internal REST APIs.
- Possibility to flash other firmwares than P1IB official firmwares OTA removed.
- Bump platform
- Wi-Fi password length limited to 64 chars.
- Add authentication on factory reset API.", + "blob": "blobs/02bad32.bin" }, { "build": "f934567", diff --git a/webflash/dev_02bad32/boot_app0.bin b/webflash/dev_02bad32/boot_app0.bin new file mode 100644 index 0000000..13562ca Binary files /dev/null and b/webflash/dev_02bad32/boot_app0.bin differ diff --git a/webflash/dev_02bad32/bootloader_dio_40m.bin b/webflash/dev_02bad32/bootloader_dio_40m.bin new file mode 100644 index 0000000..cd0d943 Binary files /dev/null and b/webflash/dev_02bad32/bootloader_dio_40m.bin differ diff --git a/webflash/dev_02bad32/firmware.bin b/webflash/dev_02bad32/firmware.bin new file mode 100644 index 0000000..fc7564e Binary files /dev/null and b/webflash/dev_02bad32/firmware.bin differ diff --git a/webflash/dev_02bad32/partitions.bin b/webflash/dev_02bad32/partitions.bin new file mode 100644 index 0000000..21800fa Binary files /dev/null and b/webflash/dev_02bad32/partitions.bin differ diff --git a/webflash/manifest_dev.json b/webflash/manifest_dev.json index 6824bd7..9e31307 100644 --- a/webflash/manifest_dev.json +++ b/webflash/manifest_dev.json @@ -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 } ]