mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-02 10:41:40 +02:00
0.8.54
* added minimal version (without: MqTT, Display, History), WebUI is not changed! * added simulator (must be activated before compile, standard: off) * changed communication attempts back to 5
This commit is contained in:
parent
ca6ebfe0fe
commit
60111d0696
17 changed files with 421 additions and 42 deletions
|
@ -11,9 +11,10 @@
|
|||
#include "hmInverter.h"
|
||||
#include "../utils/dbg.h"
|
||||
|
||||
#define DEFAULT_ATTEMPS 10
|
||||
#define MORE_ATTEMPS_ALARMDATA 15
|
||||
#define MORE_ATTEMPS_GRIDONPROFILEPARA 15
|
||||
// needs a '+1' because the comparison does not send if attempts is equal 0
|
||||
#define DEFAULT_ATTEMPS 5 + 1
|
||||
#define MORE_ATTEMPS_ALARMDATA 15 + 1
|
||||
#define MORE_ATTEMPS_GRIDONPROFILEPARA 15 + 1
|
||||
|
||||
template <uint8_t N=100>
|
||||
class CommQueue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue