1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

Add ADC sensor

This commit is contained in:
Otto Winter 2019-02-15 13:22:31 +01:00
parent 96c63aad62
commit 7a18f48583

View File

@ -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',