From 06bcd89ecb45eb0b65319496ca39c28147298c71 Mon Sep 17 00:00:00 2001 From: Bissas Date: Sun, 1 Sep 2024 14:11:28 +0200 Subject: [PATCH] fix: include WiFi.h --- src/handler/deploii_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler/deploii_handler.h b/src/handler/deploii_handler.h index 993a302..e287315 100644 --- a/src/handler/deploii_handler.h +++ b/src/handler/deploii_handler.h @@ -2,8 +2,8 @@ #define Deploii_handler_h #include "Arduino.h" -#if defined(ESP32) #include +#if defined(ESP32) #include #endif