mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-12 23:53:31 +02:00
ESP32 Use NVS directly (#659)
This commit is contained in:
@@ -239,7 +239,6 @@ def to_code(config):
|
||||
|
||||
# Libraries
|
||||
if CORE.is_esp32:
|
||||
cg.add_library('Preferences', None)
|
||||
cg.add_library('ESPmDNS', None)
|
||||
elif CORE.is_esp8266:
|
||||
cg.add_library('ESP8266WiFi', None)
|
||||
|
||||
Reference in New Issue
Block a user