mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
parent
da34e737c6
commit
2d19138463
10 changed files with 61 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue