Skip to content

Commit 8c338be

Browse files
committed
Remove debug print of Airlift reset pin value
1 parent 97f6407 commit 8c338be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/network_interfaces/Wippersnapper_AIRLIFT.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,10 @@ class Wippersnapper_AIRLIFT : public Wippersnapper {
298298
delay(100);
299299
_wifi->begin();
300300
feedWDT();
301-
WS_DEBUG_PRINT("Reset Pin: ");
302-
WS_DEBUG_PRINTLN(_rstPin);
303301
// reset the esp32 if possible
304302
resetAirLift();
305303
feedWDT();
304+
306305
WS_DEBUG_PRINT("ESP32 booted, version: ");
307306
WS_PRINTER.flush();
308307
WS_DEBUG_PRINTLN(WiFi.firmwareVersion());

0 commit comments

Comments
 (0)