How to add multiple wifi connections to Luckfox Pico Ultra w

  • Hello, there is no problem with your settings. If necessary, you can add the "priority" attribute to set the priority to ensure that two wifi can be connected at the same time. You can choose the one you want.Like this:

    Code: Select all

    network={
    ssid="xxx"
    psk="xxx"
    key_mgmt=WPA-PSK
    priority=1
    }