jomjol 4 anni fa
parent
commit
3a4b11e4b3
2 ha cambiato i file con 8 aggiunte e 3 eliminazioni
  1. 6 1
      README.md
  2. 2 2
      sd-card/config/config.ini

+ 6 - 1
README.md

@@ -56,6 +56,11 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 
 
 ##### 10.2.0 - Stability Increase (2022-01-14)
 ##### 10.2.0 - Stability Increase (2022-01-14)
 
 
+- **ATTENTION:** Due to the update camera driver, the image looks different and a new setup might be needed
+
+  - Update reference image
+  - Update Alignment marks
+
 - Reduce reboot due to camera problems
 - Reduce reboot due to camera problems
 
 
 - Update esp32-camera to new version (master as of 2022-01-09)
 - Update esp32-camera to new version (master as of 2022-01-09)
@@ -64,7 +69,7 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 
 
 ##### 10.1.1 - Stability Increase (2022-01-12)
 ##### 10.1.1 - Stability Increase (2022-01-12)
 
 
-- **Bug Fix MQTT problem**
+- Bug Fix MQTT problem
 - Issue:
 - Issue:
   - Changing from v9.x to 10.x the MQTT-paramter "Topic" was renamed  into "MainTopic" to address multiple number meters This renaming should have been done automatically in the background  within the graphical configuration, but was not working. Instead the  parameter "Topic" was deleted and "MainTopic" was set to disabled and  "undefined".
   - Changing from v9.x to 10.x the MQTT-paramter "Topic" was renamed  into "MainTopic" to address multiple number meters This renaming should have been done automatically in the background  within the graphical configuration, but was not working. Instead the  parameter "Topic" was deleted and "MainTopic" was set to disabled and  "undefined".
 - ToDo
 - ToDo

+ 2 - 2
sd-card/config/config.ini

@@ -2,7 +2,7 @@
 ;LogImageLocation = /log/source
 ;LogImageLocation = /log/source
 WaitBeforeTakingPicture = 5
 WaitBeforeTakingPicture = 5
 ;LogfileRetentionInDays = 15
 ;LogfileRetentionInDays = 15
-Brightness = -2
+Brightness = 0
 ;Contrast = 0
 ;Contrast = 0
 ;Saturation = 0
 ;Saturation = 0
 ImageQuality = 5
 ImageQuality = 5
@@ -65,7 +65,7 @@ CheckDigitIncreaseConsistency = false
 ;IO13 = input-pullup disabled 10 false false
 ;IO13 = input-pullup disabled 10 false false
 LEDType = WS2812
 LEDType = WS2812
 LEDNumbers = 2
 LEDNumbers = 2
-LEDColor = 50 50 50 
+LEDColor = 150 150 150 
 
 
 [AutoTimer]
 [AutoTimer]
 AutoStart = true
 AutoStart = true