Skip to content

Commit 4fad92b

Browse files
authored
Update TheThingsNetwork.h
1 parent 879f6b3 commit 4fad92b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/TheThingsNetwork.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ class TheThingsNetwork
9494
void sleep(uint32_t mseconds);
9595
void wake();
9696
void saveState();
97-
void linkcheck(uint16_t seconds);
98-
uint8_t linkcheckGateways();
99-
uint8_t linkcheckMargin();
97+
void linkCheck(uint16_t seconds);
98+
uint8_t getLinkCheckGateways();
99+
uint8_t getLinkCheckMargin();
100100
};
101101

102102
#endif

0 commit comments

Comments
 (0)