mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2025-09-11 09:45:53 +01:00
13 lines
319 B
INI
13 lines
319 B
INI
# Netplan compatible config goes here
|
|
# see https://netplan.readthedocs.io/en/stable/examples/
|
|
# Basic example for wifi below
|
|
network:
|
|
version: 2
|
|
wifis:
|
|
wlan0:
|
|
optional: true
|
|
access-points:
|
|
"SSID":
|
|
password: "PASSWORD"
|
|
dhcp4: true
|