mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Add ADC sensor
This commit is contained in:
parent
e0eac6ba25
commit
ef7b936d60
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ def gather_build_flags():
|
|||
# and only components that are lightweight (e.g. not lights because they
|
||||
# take up memory)
|
||||
build_flags |= {
|
||||
'-DUSE_ADC_SENSOR',
|
||||
'-DUSE_BINARY_SENSOR',
|
||||
'-DUSE_DALLAS_SENSOR',
|
||||
'-DUSE_DHT_SENSOR',
|
||||
|
|
Loading…
Reference in a new issue