mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-26 14:26:59 +02:00
* improved api (now webApi)
* converted index to static page
This commit is contained in:
parent
08d8658737
commit
440d386ec0
11 changed files with 266 additions and 240 deletions
|
@ -48,7 +48,6 @@ typedef struct {
|
|||
bool requested;
|
||||
} invPayload_t;
|
||||
|
||||
|
||||
class ahoywifi;
|
||||
class web;
|
||||
|
||||
|
@ -239,9 +238,7 @@ class app {
|
|||
uint8_t mSendLastIvId;
|
||||
|
||||
invPayload_t mPayload[MAX_NUM_INVERTERS];
|
||||
uint32_t mRxFailed;
|
||||
uint32_t mRxSuccess;
|
||||
uint32_t mFrameCnt;
|
||||
statistics_t mStat;
|
||||
uint8_t mLastPacketId;
|
||||
|
||||
// timer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue