From 92ed967670f5ca65d944694d4d7575559a25d2f5 Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:01:20 -0600 Subject: [PATCH] Create manifest11.json --- installer/manifest11.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 installer/manifest11.json diff --git a/installer/manifest11.json b/installer/manifest11.json new file mode 100644 index 0000000..3fded1d --- /dev/null +++ b/installer/manifest11.json @@ -0,0 +1,17 @@ + +{ + "name": "ESP32-CAM-Video-Telegram_11.16", + "version": "11.16", + "new_install_prompt_erase": false, + "builds": [ + { + "chipFamily": "ESP32", + "parts": [ + { "path": "ESP32-CAM-Video-Telegram_11.16.ino.bootloader.bin", "offset": 4096 }, + { "path": "ESP32-CAM-Video-Telegram_11.16.ino.partitions.bin", "offset": 32768 }, + { "path": "boot_app0_2.0.15.bin", "offset": 57344 }, + { "path": "ESP32-CAM-Video-Telegram_11.16.ino.bin", "offset": 65536 } + ] + } + ] +}