Updated ota server, split html

This commit is contained in:
2025-07-17 18:16:55 -06:00
parent f108c11822
commit abe63b0ae9

View File

@ -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)