Skip to content

Commit 76180c0

Browse files
committed
Remove interfaces name by default in the file
1 parent 6aea9ef commit 76180c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ config:
2828
# Linux/MacOS interfaces are named "eth0", "wlan0", "wlp1s0", "enp2s0"...
2929
# For Windows use the interfaces pretty name: "Ethernet 2", "Wi-Fi", ...
3030
# Leave the fields empty if the card does not exist on your setup
31-
ETH: "eth0" # Ethernet Card
32-
WLO: "wlan0" # Wi-Fi Card
31+
ETH: "" # Ethernet Card
32+
WLO: "" # Wi-Fi Card
3333

3434
display:
3535
# Display revision: A or B (for "flagship" version, use B) or SIMU for simulated LCD (image written in screencap.png)

0 commit comments

Comments
 (0)