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 bb7b711 commit bbbb21fCopy full SHA for bbbb21f
src/TheThingsNetwork.h
@@ -93,6 +93,7 @@ class TheThingsNetwork
93
ttn_response_t poll(port_t port = 1, bool confirm = false);
94
void sleep(uint32_t mseconds);
95
void saveState();
96
+ void wake();
97
};
98
99
#endif
0 commit comments