From c98ce272e19792f28275aa350a36f394770533f3 Mon Sep 17 00:00:00 2001 From: DutchDevelop Date: Mon, 25 Mar 2024 22:11:10 +0100 Subject: [PATCH] Update manifest.json manifest was accidentally changed by cyberkerb --- firmware/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/manifest.json b/firmware/manifest.json index 295bb8b..f2e5171 100644 --- a/firmware/manifest.json +++ b/firmware/manifest.json @@ -1,12 +1,12 @@ { "name": "BLLED Firmware", - "version": "Stable 26.3.24", + "version": "Stable 19.3.24", "new_install_prompt_erase": true, "builds": [ { "chipFamily": "ESP32", "parts": [ - { "path": "esp32dev/BLLC_26.3.24.bin", "offset": 0 } + { "path": "esp32dev/BLLC_19.3.24.bin", "offset": 0 } ] } ]