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 + } + ] + } + ] +}