Skip to content

Commit dc27911

Browse files
committed
Preparation for v10.6.0
1 parent 17fd0f9 commit dc27911

File tree

7 files changed

+20
-51
lines changed

7 files changed

+20
-51
lines changed

FeatureRequest.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ____
1616
* Use the standardized Home Protocol for the Mqtt binding
1717
* https://homieiot.github.io/
1818

19-
20-
=======
2119
#### #26 Changes behaviour for "N" replacement
2220

2321
* in case the higher digits has already increased by minium 1 - don't set the "N" to the last value, but to "0"
@@ -72,12 +70,9 @@ ____
7270

7371

7472

75-
#### #17 Direct InfluxDB connection
73+
#### ~~#17 Direct InfluxDB connection~~
7674

77-
* https://github.com/jomjol/AI-on-the-edge-device/issues/534
78-
* Direct interface to a InfluxDB data base
79-
* Integrate InfluxDB interface in firmware
80-
* Adapt html web page for configuration
75+
* ~~Done in v10.6.0~~
8176

8277

8378
#### #16 Serial Communication

README.md

Lines changed: 11 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -52,53 +52,27 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
5252

5353

5454

55-
##### Rolling (2022-07-16)
55+
##### 10.6.0 - Stability Increase (2022-07-17)
5656

57-
- TFMicro/Lite: Update (espressif Version 20220716)
58-
- Updated esp32cam (v20220716)
59-
- Integrated new analog classificational CNN (from @haverland)
60-
- Bugfix: Postprocessing
61-
62-
##### Rolling (2022-07-01)
63-
64-
- Updated analog neural network file (`ana1000s2.tflite`)
65-
- Updated digital neural network file (`dig1400s2q.tflite`)
66-
67-
##### Rolling (2022-06-26)
68-
69-
- Internal update (Neural Network Algo)
70-
71-
Rolling (2022-06-18)
72-
73-
- Internal update (Neural Network Algo)
74-
75-
Rolling (2022-05-09)
76-
77-
- Bug Fix: absolute value always had value "0"
78-
79-
Rolling (2022-04-26)
80-
81-
- Extended MQTT with absolute Change (in addition to rate)
82-
- Internal optimization, removal of modelfile from `config.ini` (is now read out of the cnn file directly)
57+
- IndluxDB: direct injection into InfluxDB - thanks to **[wetneb](https://github.com/wetneb)**
8358

84-
- TFMicro/Lite: Update (espressif Version 20220417)
85-
- ESP-IDF: Update to 4.3.0
59+
- MQTT: implemented "Retain Flag" and extend with absolute Change (in addition to rate)
8660

87-
Rolling (2022-04-17)
61+
- `config.ini`: removal of modelsize (readout from tflite)
8862

89-
- Internal preparation for new neural network type (digits with subdigit values)
63+
- Updated analog neural network file (`ana1000s2.tflite`) & digital neural network file (`dig1400s2q.tflite`)
9064

91-
Rolling (2022-04-15)
65+
- TFMicro/Lite: Update (espressif Version 20220716)
9266

93-
- IndluxDB: direct injection into InfluxDB - thanks to **[wetneb](https://github.com/wetneb)**
67+
- Updated esp32cam (v20220716)
9468

95-
Rolling (2022-03-22)
69+
- ESP-IDF: Update to 4.4
9670

97-
- Bug Fix: no time with fixed IP
71+
- Internal update (CNN algorithm optimizations, reparation for new neural network type)
9872

99-
Rolling (2022-03-20)
73+
- Bug Fix: no time with fixed IP, Postprocessing, MQTT
10074

101-
- MQTT: implemented "Retain Flag" - not tested in detail yet
75+
10276

10377
##### 10.5.2 - Stability Increase (2022-02-22)
10478

code/main/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="0b039e8";
1+
const char* GIT_REV="17fd0f9";
22
const char* GIT_TAG="";
3-
const char* GIT_BRANCH="espressif-latest";
4-
const char* BUILD_TIME="2022-07-16 20:42";
3+
const char* GIT_BRANCH="rolling";
4+
const char* BUILD_TIME="2022-07-17 08:55";

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.2 - 2022-02-22";
16+
const char* GIT_BASE_BRANCH = "master - v10.6.0 - 2022-07-17";
1717

1818

1919
const char* git_base_branch(void)

code/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="0b039e8";
1+
const char* GIT_REV="17fd0f9";
22
const char* GIT_TAG="";
3-
const char* GIT_BRANCH="espressif-latest";
4-
const char* BUILD_TIME="2022-07-16 20:42";
3+
const char* GIT_BRANCH="rolling";
4+
const char* BUILD_TIME="2022-07-17 08:55";

firmware/bootloader.bin

0 Bytes
Binary file not shown.

firmware/firmware.bin

-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)