Skip to content

Commit

Permalink
v10.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jomjol committed Feb 22, 2022
1 parent 7187101 commit 4b825ef
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ In other cases you can contact the developer via email: <img src="https://raw.gi



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

- **NEW 10.5.1:** Bug Fix: wrong return value, rate value & PreValue status, HTML: SSID & IP were not displayed
- **NEW 10.5.2:** Bug Fix: wrong `firmware.bin` (no rate update)
- NEW 10.5.1: Bug Fix: wrong return value, rate value & PreValue status, HTML: SSID & IP were not displayed
- MQTT: changed wifi naming to "wifiRSSI"
- HTML: check select able values for consistency
- Refactoring of check postprocessing consistency (e.g. max rate, negative rate, ...)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
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);
NUMBERS[j]->Value = NUMBERS[j]->PreValue;
NUMBERS[j]->ReturnValue = "";
NUMBERS[j]->ReturnRateValue = "";
continue;
}
}
Expand Down
4 changes: 2 additions & 2 deletions code/main/version.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const char* GIT_REV="c07ef23";
const char* GIT_REV="7187101";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-02-20 16:21";
const char* BUILD_TIME="2022-02-22 19:05";
2 changes: 1 addition & 1 deletion code/main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>

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


const char* git_base_branch(void)
Expand Down
4 changes: 2 additions & 2 deletions code/version.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const char* GIT_REV="c07ef23";
const char* GIT_REV="7187101";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-02-20 16:21";
const char* BUILD_TIME="2022-02-22 19:05";
Binary file modified firmware/bootloader.bin
Binary file not shown.
Binary file modified firmware/firmware.bin
Binary file not shown.

0 comments on commit 4b825ef

Please sign in to comment.