From 47e6f171c54006fe9a0d4b342312040276fdf28a Mon Sep 17 00:00:00 2001 From: smoochiee <30816448+smoochiee@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:46:34 +0800 Subject: [PATCH] Add files via upload --- web/manifest_Ble3.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 web/manifest_Ble3.json diff --git a/web/manifest_Ble3.json b/web/manifest_Ble3.json new file mode 100644 index 0000000..1254b11 --- /dev/null +++ b/web/manifest_Ble3.json @@ -0,0 +1,20 @@ +{ + "name": "Ble3", + "builds": [ + { + "chipFamily": "ESP32", + "improv": false, + "parts": [ + { "path": "buttonhspi.ino.bootloader.bin", "offset": 4096 }, + { "path": "buttonhspi.ino.partitions.bin", "offset": 32768 }, + { "path": "buttonhspi.ino.bin", "offset": 65536 } + ] + }, + { + "chipFamily": "ESP8266", + "parts": [ + { "path": "esp8266.bin", "offset": 0 } + ] + } + ] +}