WiFi Setup using network.ini

Requires firmware >= 3.11.50

You can set up the Morph's WiFi network using a network.ini file in the root folder of the SD card.

Values parsed from network.ini take priority over the stored WiFi config settings.

network.ini will not be changed/updated by the WiFi wizard.

network.ini

ssid = <WIFI_SSID>
passphrase = <WIFI_PASSPHRASE>
static_ip = <STATIC_IP_ADDR>
static_gateway = <STATIC_IP_GATEWAY>
static_mask = <STATIC_IP_NETMASK>
static_dns = <STATIC_IP_DNS_SERVER>

with:

The following values are only valid/applied, if they are all set:

Examples


Documentation - Index