Search found 1 match

by borch
Tue Feb 12, 2019 2:58 am
Forum: ESP32 boards
Topic: RuntimeError: Wifi Unknown Error 0x0005
Replies: 3
Views: 4569

RuntimeError: Wifi Unknown Error 0x0005

Hi, I am running some example code on my esp32 devkit. I am using this image of micropython: esp32-20190207-v1.10-54-g43a894fb4.bin. import network ap = network.WLAN(network.AP_IF) # create access-point interface ap.config(essid='ESP-AP') # set the ESSID of the access point <=== Here it breaks: ap.a...