From 09d779c87a5ce1fe8bdc8499d46085779a79c9c3 Mon Sep 17 00:00:00 2001 From: Brian Mathews Date: Sun, 3 Nov 2024 21:25:14 -0800 Subject: [PATCH] Updated OTA release build with KC6X's QRT and refresh-pause support. --- firmware/webtools/manifest.json | 2 +- include/build_info.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/webtools/manifest.json b/firmware/webtools/manifest.json index 36869f2..e491f12 100644 --- a/firmware/webtools/manifest.json +++ b/firmware/webtools/manifest.json @@ -1,6 +1,6 @@ { "name": "SOTACAT for Elecraft KX2 and KX3", - "version": "2024-11-03_19:34-Debug", + "version": "2024-11-03_21:19-Release", "builds": [ { "chipFamily": "ESP32-C3", diff --git a/include/build_info.h b/include/build_info.h index e1a5427..d4b83fc 100644 --- a/include/build_info.h +++ b/include/build_info.h @@ -1 +1 @@ -#define BUILD_DATE_TIME "241103:1934" +#define BUILD_DATE_TIME "241103:2119"