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)