From 78b0746c16964c5c4bb62e260324d31e10d5a862 Mon Sep 17 00:00:00 2001 From: Papa Lanc Date: Thu, 14 Nov 2024 17:13:15 -0500 Subject: [PATCH] Create CYD_Weather --- CYD_Weather | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CYD_Weather diff --git a/CYD_Weather b/CYD_Weather new file mode 100644 index 0000000..4b4757a --- /dev/null +++ b/CYD_Weather @@ -0,0 +1,15 @@ +{ + "name": "CYD Weather Station", + "version": "1.0.0", + "builds": [ + { + "chipFamily": "ESP32", + "parts": [ + { + "path": "https://your-link-to-weather-station.bin", + "offset": 0 + } + ] + } + ] +}