mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-25 13:56:59 +02:00
* inverter dependent mqtt (is avail)
* implemented heap stats #58 * inserted 'break' in ISR while loop
This commit is contained in:
parent
81943441e0
commit
df5a306bb2
6 changed files with 52 additions and 25 deletions
|
@ -87,6 +87,7 @@ class app : public Main {
|
|||
invPayload_t mPayload[MAX_NUM_INVERTERS];
|
||||
uint32_t mRxFailed;
|
||||
uint32_t mRxSuccess;
|
||||
uint8_t mLastPacketId;
|
||||
|
||||
// timer
|
||||
uint32_t mTicker;
|
||||
|
@ -100,9 +101,10 @@ class app : public Main {
|
|||
uint16_t mMqttTicker;
|
||||
uint16_t mMqttInterval;
|
||||
bool mMqttActive;
|
||||
|
||||
// serial
|
||||
uint16_t mSerialTicker;
|
||||
uint16_t mSerialInterval;
|
||||
bool mMqttNewDataAvail;
|
||||
};
|
||||
|
||||
#endif /*__APP_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue