yschaeff / ICantBelieveItsNotDNS

"I Can't Believe It's Not DNS!" (ICBIND) is an authoritative DNS server for the ESP8266 written in MicroPython.
19 stars 2 forks source link

error : not suitable for micropython in esp8266 #1

Open viji2ks opened 1 year ago

viji2ks commented 1 year ago

error : >>> %Run -c $EDITOR_CONTENT Traceback (most recent call last): File "", line 4, in ImportError: no module named 'trusted_networks'

yschaeff commented 1 year ago

trusted_networks.py:

NETWORKS = { "essid":"password", "essid":"password", "essid":"password" }

viji2ks @.***> schreef op 4 april 2023 04:40:36 CEST:

error : >>> %Run -c $EDITOR_CONTENT Traceback (most recent call last): File "", line 4, in ImportError: no module named 'trusted_networks'