mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
parent
e039820dba
commit
77b1f96c03
21 changed files with 290 additions and 273 deletions
|
@ -82,7 +82,7 @@ class app : public IApp, public ah::Scheduler {
|
|||
~app() {}
|
||||
|
||||
void setup(void);
|
||||
void loop(void);
|
||||
void loop(void) override;
|
||||
void onNetwork(bool gotIp);
|
||||
void regularTickers(void);
|
||||
|
||||
|
@ -405,7 +405,6 @@ class app : public IApp, public ah::Scheduler {
|
|||
uint8_t mSendLastIvId;
|
||||
bool mSendFirst;
|
||||
bool mAllIvNotAvail;
|
||||
bool mNrfActive = false;
|
||||
|
||||
bool mNetworkConnected;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue