* fix bootloop with CMT and NRF on ESP32 #1566 #1562
This commit is contained in:
lumapu 2024-04-05 23:38:28 +02:00
parent da34e737c6
commit 2d19138463
10 changed files with 61 additions and 44 deletions

View file

@ -17,7 +17,7 @@
#include "defines.h"
#include "appInterface.h"
#include "hm/hmSystem.h"
#include "hm/hmRadio.h"
#include "hm/NrfRadio.h"
#if defined(ESP32)
#include "hms/hmsRadio.h"
#endif
@ -409,7 +409,7 @@ class app : public IApp, public ah::Scheduler {
void notAvailChanged(void);
HmSystemType mSys;
HmRadio<> mNrfRadio;
NrfRadio<> mNrfRadio;
Communication mCommunication;
bool mShowRebootRequest = false;