diff --git a/GitHubPages/ESPWebTools/manifest.json b/GitHubPages/ESPWebTools/manifest.json new file mode 100644 index 0000000..a97b7c3 --- /dev/null +++ b/GitHubPages/ESPWebTools/manifest.json @@ -0,0 +1,27 @@ +{ + "name": "ESP Web Tool Demo", + "new_install_prompt_erase": true, + "builds": [ + { + "chipFamily": "ESP32", + "parts": [ + { + "path": "boot_app0.bin", + "offset": 57344 + }, + { + "path": "SerialHelloWorld.ino.bin", + "offset": 65536 + }, + { + "path": "SerialHelloWorld.ino.bootloader.bin", + "offset": 4096 + }, + { + "path": "SerialHelloWorld.ino.partitions.bin", + "offset": 32768 + } + ] + } + ] +} \ No newline at end of file diff --git a/GitHubPages/index.html b/GitHubPages/index.html new file mode 100644 index 0000000..c57596b --- /dev/null +++ b/GitHubPages/index.html @@ -0,0 +1,38 @@ + + +
Access-Control-Allow-Origin: https://domain-of-your-website.com
+ + +

Sample project for demoing ESP Web Tools

+ + + + + + + + + + \ No newline at end of file