From 622061cc4c389fff973aa6463656f62ad11fa980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20E=2E=20S=C3=B8rensen?= Date: Mon, 3 Apr 2023 17:59:38 +0200 Subject: [PATCH] Get started with GitHub Pages Initial files to set up GitHub Pages. Based on https://github.com/witnessmenow/ESP-Web-Tools-Tutorial --- GitHubPages/ESPWebTools/manifest.json | 27 +++++++++++++++++++ GitHubPages/index.html | 38 +++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 GitHubPages/ESPWebTools/manifest.json create mode 100644 GitHubPages/index.html 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