mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
Set the channel with esp_wifi_set_channel(), which adds support for setting the channel of the STA interface Get the channel with esp_wifi_get_channel() which returns the actual wifi channel of the radio, rather than the configured channel.