Skip to content

Commit

Permalink
Merge pull request #1797 from MatusOllah/patch-2
Browse files Browse the repository at this point in the history
Fix compile error
  • Loading branch information
revoxhere authored Jun 12, 2024
2 parents 1b56daf + 8e0a9a9 commit d92cbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ESP_Code/ESP_Code.ino
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <ESP8266WebServer.h>
#else
#include <ESPmDNS.h>
#include <WiFiClientSecure.h>
#include <WiFi.h>
#include <HTTPClient.h>
#include <WebServer.h>
Expand Down

0 comments on commit d92cbc8

Please sign in to comment.