Skip to content

Commit

Permalink
Fix esp32
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed May 8, 2024
1 parent 075debb commit 05c4243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ksf/comp/ksWifiConnector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#if ESP32
#include <WiFi.h>
#include <esp_wifi.h>
#include "lwip/dns.h"
#elif ESP8266
#include <user_interface.h>
#include <ESP8266WiFi.h>
Expand Down

0 comments on commit 05c4243

Please sign in to comment.