From 185c6e0e15da5eed7082895f05a6db331920d2a8 Mon Sep 17 00:00:00 2001 From: aderusha Date: Mon, 13 Dec 2021 09:40:58 -0500 Subject: [PATCH] Increment update version --- update/README.md | 1 + update/version.json | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/update/README.md b/update/README.md index e6b9e18..8e3f7de 100644 --- a/update/README.md +++ b/update/README.md @@ -8,6 +8,7 @@ Files here are used for the auto-update routine which will periodically check Gi If you need to downgrade for whatever reason, paste the link below into the "Update ESP8266 from URL" dialog under "Update Firmware". +* **HASPone 1.04** `https://raw.githubusercontent.com/HASwitchPlate/HASPone/f20474d8f705f9dc08ac3c8c1d5c3de324d1e6fe/Arduino_Sketch/HASwitchPlate.ino.d1_mini.bin` * **HASPone 1.03** `https://raw.githubusercontent.com/HASwitchPlate/HASPone/2a8df65334f8b694676e4e2d75cdc7e6daac9b4e/Arduino_Sketch/HASwitchPlate.ino.d1_mini.bin` * **HASPone 1.02** `https://raw.githubusercontent.com/HASwitchPlate/HASPone/2098a87c3b6910992a1b425628f7b1b8735487db/Arduino_Sketch/HASwitchPlate.ino.d1_mini.bin` * **HASPone 1.01** `https://raw.githubusercontent.com/HASwitchPlate/HASPone/a1ca2c244bc15feb0360132d86a3048908be5aa6/Arduino_Sketch/HASwitchPlate.ino.d1_mini.bin` diff --git a/update/version.json b/update/version.json index e544edb..836a28a 100644 --- a/update/version.json +++ b/update/version.json @@ -1 +1,18 @@ -{"d1_mini":{"version":"1.04","firmware":"https://raw.githubusercontent.com/HASwitchPlate/HASPone/main/Arduino_Sketch/HASwitchPlate.ino.d1_mini.bin"},"NX3224T024_011R":{"version":3,"firmware":"https://raw.githubusercontent.com/HASwitchPlate/HASPone/main/Nextion_HMI/HASwitchPlate.tft"},"NX3224K024_011R":{"version":3,"firmware":"https://raw.githubusercontent.com/HASwitchPlate/HASPone/main/Nextion_HMI/HASwitchPlate-Enhanced.tft"},"NX3224F024_011R":{"version":3,"firmware":"https://raw.githubusercontent.com/HASwitchPlate/HASPone/main/Nextion_HMI/HASwitchPlate-Discovery.tft"}} \ No newline at end of file +{ + "d1_mini": { + "version": "1.05", + "firmware": "https://raw.githubusercontent.com/HASwitchPlate/HASPone/main/Arduino_Sketch/HASwitchPlate.ino.d1_mini.bin" + }, + "NX3224T024_011R": { + "version": 3, + "firmware": "https://raw.githubusercontent.com/HASwitchPlate/HASPone/main/Nextion_HMI/HASwitchPlate.tft" + }, + "NX3224K024_011R": { + "version": 3, + "firmware": "https://raw.githubusercontent.com/HASwitchPlate/HASPone/main/Nextion_HMI/HASwitchPlate-Enhanced.tft" + }, + "NX3224F024_011R": { + "version": 3, + "firmware": "https://raw.githubusercontent.com/HASwitchPlate/HASPone/main/Nextion_HMI/HASwitchPlate-Discovery.tft" + } +} \ No newline at end of file