mirror of https://github.com/arendst/Tasmota.git
Fix typo for sonoff_sensors.bin file
ADC is set to use analog input in pin A0 for sonoff_sensors.bin
This commit is contained in:
parent
32f79a7b5e
commit
824603b302
|
@ -55,7 +55,7 @@ See [Tasmota ESP/Arduino library version related issues](https://github.com/aren
|
|||
| USE_SUNRISE | - | - | x | x | x |
|
||||
| USE_RULES | - | - | x | x | x |
|
||||
| | | | | | |
|
||||
| USE_ADC_VCC | x | x | x | x | x |
|
||||
| USE_ADC_VCC | x | x | x | x | |
|
||||
| USE_DS18B20 | - | - | - | - | - | Single sensor
|
||||
| USE_DS18x20 | - | x | x | x | x | Multiple sensors
|
||||
| USE_DS18x20_LEGACY | - | - | - | - | - | Multiple sensors
|
||||
|
|
Loading…
Reference in New Issue