@@ -19,7 +19,7 @@ A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4571
1919
2020### Known Issues
2121
22- * spontaneous reboot, especially in case of intensive web server access (improved since v2.0 .0)
22+ * spontaneous reboot, especially in case of intensive web server access (improved since v2.1 .0)
2323
2424------
2525
@@ -29,45 +29,25 @@ A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4571
2929
3030##### Rolling - (2020-09-25)
3131
32- * Reduce logging to minimum to reduce ` log.txt ` . Extended logging can be enabled via ` config.ini ` : ` Logfile = True `
33- * Update default CNN for digits to v6.4.0
34- * Improvement HTML
35- * Bug fixing: Parameter ` PreValueAgeStartup ` not correctly used
36- * Mechanism for reducing spontaneous reboots further
37-
38- 2020-09-23
39-
40- * Error Correction for Chrome and Firefox Support
41- * Update CNN for digits to v6.4.0 (** Update of ` config.ini ` and upload of ` dig0640s3.tflite ` necessary)
42-
43- 2020-09-21
44-
45- * Temperature Logging, Code Corrections
32+ * based on v2.1.0 (2020-09-25)
4633
47- 2020-09-20
48-
49- * Update HTML-Backround (thanks to michaeljoos72)
34+
5035
51- 2020-09-16
36+ ##### 2.1.0 Layout update ( 2020-09-25)
5237
53- * Impovements in hostname
38+ * Implementation of Decimal Shift
5439
55- 2020-09-14
40+ * Update default CNN for digits to v6.4.0
5641
57- * Implementation of hostname in wlan.ini ( ` hostname = "HOSTNAME") ` - Parameter is optional
42+ * Improvement HTML
5843
59- * Bug correction DecimalShift
44+ * Support for Chrome and Firefox
6045
61- 2020-09-13
46+ * Reduce logging to minimum - extended logging on demand
6247
63- * Bug fixing DecimalShift (digits after comma)
48+ * Implementation of hostname in wlan.ini ( ` hostname = "HOSTNAME") `
6449
65- * Implementation of decimal shift (New Parameter "DecimalShift = 1" in [ PostProcessing] )
66- DecimalShift = 2 --> Result: 123.456 --> 12345.6
67- DecimalShift = -1 --> Result: 123.456 --> 12.3456
68- The shift is done at the very first step of merging digital and analog, so all following number already will work on the shifted number.
69-
70- * based on v2.0.0 (2020-09-12)
50+ * Bug fixing, code corrections
7151
7252
7353
0 commit comments