Skip to content

Commit bbbb21f

Browse files
authored
Update TheThingsNetwork.h
A new function to wake up the module from sleep
1 parent bb7b711 commit bbbb21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TheThingsNetwork.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class TheThingsNetwork
9393
ttn_response_t poll(port_t port = 1, bool confirm = false);
9494
void sleep(uint32_t mseconds);
9595
void saveState();
96+
void wake();
9697
};
9798

9899
#endif

0 commit comments

Comments
 (0)