fix: image url in readme
This commit is contained in:
parent
a077f2e7e7
commit
566a50e6b5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ If you choose to do this, please check the ADC voltage level of your ESP8266 boa
|
||||||
|
|
||||||
Example with a NodeMCU board:
|
Example with a NodeMCU board:
|
||||||
|
|
||||||
![brightness.png][brightness.png]
|
![brightness.png](brightness.png)
|
||||||
|
|
||||||
You can use the values `ADC_MAX`, `ADC_MIN`, `BRIGHT_MIN` and `BRIGHT_MAX` at the top of the file `esp/src/main.cpp` to fine-tune the sensitivity and thresholds of the auto adjustment.
|
You can use the values `ADC_MAX`, `ADC_MIN`, `BRIGHT_MIN` and `BRIGHT_MAX` at the top of the file `esp/src/main.cpp` to fine-tune the sensitivity and thresholds of the auto adjustment.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue