From 817604a0fce5583a8e53f4ae2df35acb677b815f Mon Sep 17 00:00:00 2001 From: jay candel Date: Wed, 27 Nov 2024 13:36:03 +0800 Subject: [PATCH] add ghost esp --- applications/GPIO/ghost_esp_app/manifest.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 applications/GPIO/ghost_esp_app/manifest.yml diff --git a/applications/GPIO/ghost_esp_app/manifest.yml b/applications/GPIO/ghost_esp_app/manifest.yml new file mode 100644 index 00000000..8041f76d --- /dev/null +++ b/applications/GPIO/ghost_esp_app/manifest.yml @@ -0,0 +1,13 @@ +sourcecode: + type: git + location: + origin: https://github.com/Spooks4576/ghost_esp_app.git + commit_sha: cabac46cebf1f4d6861e4d674cf92b7fb0af3f6b +description: "App for interfacing with the Ghost ESP firmware" +changelog: "@CHANGELOG.md" +author: "@Spooks4567 and @jaylikesbunda" +screenshots: + - "./screenshots/mainmenu.png" + - "./screenshots/wifi.png" + - "./screenshots/connect.png" + - "./screenshots/scan.png" \ No newline at end of file