We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99de04 commit a0b3dcdCopy full SHA for a0b3dcd
src/SIM808.Power.cpp
@@ -26,7 +26,7 @@ bool SIM808::powerOnOff(bool power)
26
delay(2000);
27
digitalWrite(_pwrKeyPin, HIGH);
28
29
- uint16_t timeout = 2000;
+ int16_t timeout = 2000;
30
do {
31
delay(150);
32
timeout -= 150;
0 commit comments