Skip to content

Commit

Permalink
fix: if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Sep 1, 2024
1 parent a51861d commit 3bc51f7
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
@@ -1,7 +1,7 @@
#ifndef Deploii_handler_h
#define Deploii_handler_h

#ifdef ESP32
#if defined(ESP32)
#include <WiFi.h>
#include <WebSocketsClient.h>
#endif
Expand Down

0 comments on commit 3bc51f7

Please sign in to comment.