Merge branch 'master' into TLORA-18

This commit is contained in:
Thomas Göttgens
2022-11-02 13:14:51 +01:00
committed by GitHub

View File

@@ -13,7 +13,8 @@ void powerCommandsCheck()
#elif defined(ARCH_NRF52) #elif defined(ARCH_NRF52)
NVIC_SystemReset(); NVIC_SystemReset();
#else #else
DEBUG_MSG("FIXME implement reboot for this platform"); rebootAtMsec = -1;
DEBUG_MSG("FIXME implement reboot for this platform. Skipping for now.\n");
#endif #endif
} }