Skip to content

Commit

Permalink
fix: include WiFi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Sep 1, 2024
1 parent 5324e98 commit 06bcd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/deploii_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define Deploii_handler_h

#include "Arduino.h"
#if defined(ESP32)
#include <WiFi.h>
#if defined(ESP32)
#include <WebSocketsClient.h>
#endif

Expand Down

0 comments on commit 06bcd89

Please sign in to comment.