ESP32 Use NVS directly (#659)

This commit is contained in:
Otto Winter
2019-07-03 16:34:40 +02:00
committed by GitHub
parent 0ef1d178d2
commit 81a070d03d
4 changed files with 51 additions and 19 deletions
-1
View File
@@ -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)