wifi now works on portduino

This commit is contained in:
Kevin Hester
2021-03-17 20:29:27 +08:00
parent f492f6deb6
commit 999afdf05e
7 changed files with 37 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ void getMacAddr(uint8_t *dmac)
void setBluetoothEnable(bool on)
{
notImplemented("setBluetoothEnable");
// not needed
}
void cpuDeepSleep(uint64_t msecs) {