Skip to content

Commit 868fa2b

Browse files
committed
move esp32 class to src/wifi
1 parent a73200a commit 868fa2b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/AdafruitIO_WiFi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#elif defined(ARDUINO_ARCH_ESP32)
2626

27-
#include "AdafruitIO_ESP32.h"
27+
#include "wifi/AdafruitIO_ESP32.h"
2828
typedef AdafruitIO_ESP32 AdafruitIO_WiFi;
2929

3030
#elif defined(ESP8266)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)