Skip to content

Commit

Permalink
Fix Wifi->WiFi include
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo committed Feb 5, 2023
1 parent 10aeed5 commit 4cfd92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OHAUTlib/WifiConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ifdef ESP8266
#include <ESP8266WiFi.h>
#elif defined(ESP32)
#include <Wifi.h>
#include <WiFi.h>
#endif
#include "ConfigMap.h"
#include "consts.h"
Expand Down

0 comments on commit 4cfd92f

Please # to comment.