← index #4158PR #2808
Related · high · value 2.201
QUERY · ISSUE

ESP32: WebREPL: network.WLAN(network.AP_IF) is not set to active on boot.

openby MrSurlyopened 2018-09-17updated 2022-03-30
port-esp32

The AP is set up, but is not set to active on boot. Per the documentation, this should "just work"?

I can connect to the device using the serial REPL, and issue:

import network
network.WLAN(network.AP_IF).active(True)

To enable the AP.

CANDIDATE · PULL REQUEST

Fixed issue with AP being configured while not being active

closedby pablodeopened 2017-01-25updated 2017-01-29

AP mode should be explicitly enabled. Had a crash because of this after flashing the firmware.

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied