Skip to content

Commit 3d8046a

Browse files
authored
Update TheThingsNetwork.h
1 parent ce75a98 commit 3d8046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TheThingsNetwork.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ class TheThingsNetwork
9292
ttn_response_t sendBytes(const uint8_t *payload, size_t length, port_t port = 1, bool confirm = false, uint8_t sf = 0);
9393
ttn_response_t poll(port_t port = 1, bool confirm = false);
9494
void sleep(uint32_t mseconds);
95-
void saveState();
9695
void wake();
96+
void saveState();
9797
};
9898

9999
#endif

0 commit comments

Comments
 (0)