Skip to content

Commit ce75a98

Browse files
authored
Update TheThingsNetwork.cpp
1 parent bbbb21f commit ce75a98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/TheThingsNetwork.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,3 +958,8 @@ void TheThingsNetwork::sleep(uint32_t mseconds)
958958
modemStream->write(SEND_MSG);
959959
debugPrintLn(buffer);
960960
}
961+
962+
void TheThingsNetwork::wake()
963+
{
964+
autoBaud();
965+
}

0 commit comments

Comments
 (0)