Skip to content

Commit 7af8fa8

Browse files
author
Jeremy Ruhland (hatchery)
committed
removed improper use of F() macro
1 parent 18f767e commit 7af8fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP8266.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ bool ESP8266::eATGSLP(uint32_t time)
627627
rx_empty();
628628
m_puart->print(F("AT+GSLP="));
629629
m_puart->println(time);
630-
return recvFind(F("OK"));
630+
return recvFind("OK");
631631
}
632632

633633

0 commit comments

Comments
 (0)