Skip to content
Discussion options

You must be logged in to vote

The sequence below works here as well with a Pico W with the same firmware version MicroPython v1.20.0 on 2023-04-26; Raspberry Pi Pico W with RP2040

import network
wlan = network.WLAN(network.AP_IF)
wlan.config(security=0)

If you just run these three lines, does it fail as well? What else is in your scripts?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@OscamSatUser
Comment options

@robert-hh
Comment options

@OscamSatUser
Comment options

@robert-hh
Comment options

Answer selected by OscamSatUser
@OscamSatUser
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants