prepare wifi

This commit is contained in:
2021-02-16 13:00:10 +01:00
parent b3832a3d1b
commit 9db7360623
3 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,19 @@
#include <networkAbstractionLayer_impl.h>
#include <logger.h>
#include <stdint.h>
uint64_t networkSntpQuery() {
return 0;
}
int8_t networkUdpSend(char *hostname, uint16_t port, uint8_t *buf, uint16_t bufLen) {
return 0;
}
void networkImplInit() {
}