From abe63b0ae9c804fe51a59d04d06d2ff5fca2c659 Mon Sep 17 00:00:00 2001 From: Stephen Minakian Date: Thu, 17 Jul 2025 18:16:55 -0600 Subject: [PATCH] Updated ota server, split html --- main/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/main.c b/main/main.c index ee9537a..df22002 100644 --- a/main/main.c +++ b/main/main.c @@ -21,7 +21,7 @@ const char *ssid = CONFIG_WIFI_SSID; const char *password = CONFIG_WIFI_PASSWORD; // Application version -#define APP_VERSION "1.0.0" +#define APP_VERSION "1.0.1" // LED colors and timing typedef struct { @@ -40,7 +40,7 @@ static const color_t colors[] = { }; #define NUM_COLORS (sizeof(colors) / sizeof(colors[0])) -#define BLINK_DELAY_MS 500 +#define BLINK_DELAY_MS 200 // WiFi event handler static void wifi_event_handler(wifi_state_t state)