modem stuff

This commit is contained in:
2021-02-19 21:21:08 +01:00
parent 12d8f9a9fe
commit 1dd4d35530
7 changed files with 49 additions and 4 deletions

View File

@ -7,4 +7,5 @@ uint64_t networkSntpQuery();
int8_t networkUdpSend(char *hostname, uint16_t port, uint8_t *buf, uint16_t bufLen);
void networkImplInit();
#endif /* _NETWORK_ABSTRACTION_LAYER_IMPL_H_ */