Skip to content

Commit 4b825ef

Browse files
committed
v10.5.2
1 parent 7187101 commit 4b825ef

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
5353

5454

5555

56-
##### 10.5.1 - Stability Increase (2022-02-20)
56+
##### 10.5.2 - Stability Increase (2022-02-22)
5757

58-
- **NEW 10.5.1:** Bug Fix: wrong return value, rate value & PreValue status, HTML: SSID & IP were not displayed
58+
- **NEW 10.5.2:** Bug Fix: wrong `firmware.bin` (no rate update)
59+
- NEW 10.5.1: Bug Fix: wrong return value, rate value & PreValue status, HTML: SSID & IP were not displayed
5960
- MQTT: changed wifi naming to "wifiRSSI"
6061
- HTML: check select able values for consistency
6162
- Refactoring of check postprocessing consistency (e.g. max rate, negative rate, ...)

code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
686686
NUMBERS[j]->ErrorMessageText = NUMBERS[j]->ErrorMessageText + "Rate too high - Read: " + RundeOutput(NUMBERS[j]->Value, NUMBERS[j]->Nachkomma) + " - Pre: " + RundeOutput(NUMBERS[j]->PreValue, NUMBERS[j]->Nachkomma);
687687
NUMBERS[j]->Value = NUMBERS[j]->PreValue;
688688
NUMBERS[j]->ReturnValue = "";
689+
NUMBERS[j]->ReturnRateValue = "";
689690
continue;
690691
}
691692
}

code/main/version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="c07ef23";
1+
const char* GIT_REV="7187101";
22
const char* GIT_TAG="";
33
const char* GIT_BRANCH="master";
4-
const char* BUILD_TIME="2022-02-20 16:21";
4+
const char* BUILD_TIME="2022-02-22 19:05";

code/main/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C"
1313
#include "Helper.h"
1414
#include <fstream>
1515

16-
const char* GIT_BASE_BRANCH = "master - v10.5.1 - 2022-02-20";
16+
const char* GIT_BASE_BRANCH = "master - v10.5.2 - 2022-02-22";
1717

1818

1919
const char* git_base_branch(void)

code/version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="c07ef23";
1+
const char* GIT_REV="7187101";
22
const char* GIT_TAG="";
33
const char* GIT_BRANCH="master";
4-
const char* BUILD_TIME="2022-02-20 16:21";
4+
const char* BUILD_TIME="2022-02-22 19:05";

firmware/bootloader.bin

0 Bytes
Binary file not shown.

firmware/firmware.bin

32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)