Merge branch 'master' into raspi-portduino

This commit is contained in:
Thomas Göttgens
2023-04-21 16:50:48 +02:00
committed by GitHub
57 changed files with 541 additions and 139 deletions

View File

@@ -16,7 +16,7 @@ void setBluetoothEnable(bool on)
// not needed
}
void cpuDeepSleep(uint64_t msecs)
void cpuDeepSleep(uint32_t msecs)
{
notImplemented("cpuDeepSleep");
}