فهرست منبع

Delete docs/manifest_template.json

CaCO3 2 سال پیش
والد
کامیت
18917b2d82
1فایلهای تغییر یافته به همراه0 افزوده شده و 25 حذف شده
  1. 0 25
      docs/manifest_template.json

+ 0 - 25
docs/manifest_template.json

@@ -1,25 +0,0 @@
-{
-  "name": "AI-on-the-edge",
-  "version": "VERSION",
-  "funding_url": "https://www.paypal.com/donate?hosted_button_id=8TRSVYNYKDSWL",
-  "new_install_prompt_erase": false,
-  "builds": [
-    {
-      "chipFamily": "ESP32",
-      "parts": [
-        {
-          "path": "binary/bootloader.bin",
-          "offset": 4096
-        },
-        {
-          "path": "binary/partitions.bin",
-          "offset": 32768
-        },
-        {
-          "path": "binary/firmware.bin",
-          "offset": 65536
-        }
-      ]
-    }
-  ]
-}