1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00

Fix build

This commit is contained in:
Otto Winter 2018-04-18 18:44:37 +02:00
parent 3abed24dee
commit 4d840aec2a

View File

@ -160,7 +160,7 @@ CONF_RUN_DURATION = 'run_duration'
CONF_AP = 'ap'
CONF_CSS_URL = 'css_url'
CONF_JS_URL = 'js_url'
CONF_FINGERPRINTS = 'fingerprints'
CONF_SSL_FINGERPRINTS = 'ssl_fingerprints'
ESP32_BOARDS = [
'featheresp32', 'node32s', 'espea32', 'firebeetle32', 'esp32doit-devkit-v1',