Skip to content

Commit a1a43c2

Browse files
brentrubrentru
authored andcommitted
s/shield/module
1 parent 69f9416 commit a1a43c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wifi/AdafruitIO_AIRLIFT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class AdafruitIO_AIRLIFT : public AdafruitIO {
166166
// check esp32 module version against NINAFWVER
167167
firmwareCheck();
168168

169-
// check for shield
169+
// check for esp32 module
170170
if (WiFi.status() == WL_NO_MODULE)
171171
{
172172
AIO_DEBUG_PRINTLN("No ESP32 module detected!");

0 commit comments

Comments
 (0)