diff --git a/blobs/5e4898f.bin b/blobs/5e4898f.bin new file mode 100644 index 0000000..e2b6a86 Binary files /dev/null and b/blobs/5e4898f.bin differ diff --git a/index.json b/index.json index d021548..299fad0 100644 --- a/index.json +++ b/index.json @@ -10,11 +10,11 @@ "blob": "blobs/54aa555.bin" }, { - "build": "ffbd193", + "build": "5e4898f", "build_date": "20241127", "status": "Development", "changelog": "- Fix bug with energy import in reduced mode (bug introduced in 54aa555).
- Add support for JSON payload in reduced mode.
- Add Telegram rate limit feature.
- Remove word 'solar' from calculated power metrics.
- Add calculcated power metrics option in reduced mode.
- Add 35A fuse option.
", - "blob": "blobs/ffbd193.bin" + "blob": "blobs/5e4898f.bin" } ] } diff --git a/webflash/dev_5e4898f/boot_app0.bin b/webflash/dev_5e4898f/boot_app0.bin new file mode 100644 index 0000000..13562ca Binary files /dev/null and b/webflash/dev_5e4898f/boot_app0.bin differ diff --git a/webflash/dev_5e4898f/bootloader_dio_40m.bin b/webflash/dev_5e4898f/bootloader_dio_40m.bin new file mode 100644 index 0000000..cd0d943 Binary files /dev/null and b/webflash/dev_5e4898f/bootloader_dio_40m.bin differ diff --git a/webflash/dev_5e4898f/firmware.bin b/webflash/dev_5e4898f/firmware.bin new file mode 100644 index 0000000..e2b6a86 Binary files /dev/null and b/webflash/dev_5e4898f/firmware.bin differ diff --git a/webflash/dev_5e4898f/partitions.bin b/webflash/dev_5e4898f/partitions.bin new file mode 100644 index 0000000..21800fa Binary files /dev/null and b/webflash/dev_5e4898f/partitions.bin differ diff --git a/webflash/manifest_dev.json b/webflash/manifest_dev.json index afc8988..ca80a3c 100644 --- a/webflash/manifest_dev.json +++ b/webflash/manifest_dev.json @@ -1,25 +1,25 @@ { "name": "P1IB Development", - "version": "ffbd193", + "version": "5e4898f", "new_install_prompt_erase": false, "builds": [ { "chipFamily": "ESP32", "parts": [ { - "path": "dev_ffbd193/bootloader_dio_40m.bin", + "path": "dev_5e4898f/bootloader_dio_40m.bin", "offset": 4096 }, { - "path": "dev_ffbd193/partitions.bin", + "path": "dev_5e4898f/partitions.bin", "offset": 32768 }, { - "path": "dev_ffbd193/boot_app0.bin", + "path": "dev_5e4898f/boot_app0.bin", "offset": 57344 }, { - "path": "dev_ffbd193/firmware.bin", + "path": "dev_5e4898f/firmware.bin", "offset": 65536 } ]