mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-23 22:06:11 +02:00
parent
c9325a614b
commit
135a1f8032
2 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
* updated U8g2 to `2.35.9`
|
* updated U8g2 to `2.35.9`
|
||||||
* started to convert deprecated functions of new ArduinoJson `7.0.0`
|
* started to convert deprecated functions of new ArduinoJson `7.0.0`
|
||||||
* started to have german translations of all variants (environments) #925 #1199
|
* started to have german translations of all variants (environments) #925 #1199
|
||||||
|
* merge PR: add defines for retry attempts #1329
|
||||||
|
|
||||||
## 0.8.46 - 2024-01-06
|
## 0.8.46 - 2024-01-06
|
||||||
* improved communication
|
* improved communication
|
||||||
|
|
|
@ -119,7 +119,6 @@ class Communication : public CommQueue<> {
|
||||||
setAttempt();
|
setAttempt();
|
||||||
if((q->cmd == AlarmData) || (q->cmd == GridOnProFilePara))
|
if((q->cmd == AlarmData) || (q->cmd == GridOnProFilePara))
|
||||||
incrAttempt(q->cmd == AlarmData? MORE_ATTEMPS_ALARMDATA : MORE_ATTEMPS_GRIDONPROFILEPARA);
|
incrAttempt(q->cmd == AlarmData? MORE_ATTEMPS_ALARMDATA : MORE_ATTEMPS_GRIDONPROFILEPARA);
|
||||||
/// statt 5:3
|
|
||||||
mState = States::WAIT;
|
mState = States::WAIT;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue