sculpt/wifi/default: comment invalid network node

Provide the default wifi config in an annotated fashion. Specifying
an invalid '<network>' node leads to diagnostic messages.

Issue #5356.
This commit is contained in:
Josef Söntgen 2024-10-17 13:49:24 +02:00 committed by Christian Helmuth
parent fe93df27d1
commit b908999def

View File

@ -1,3 +1,3 @@
<wifi scan_interval="5" rfkill="no" verbose="no">
<network ssid="" protection="NONE" passphrase=""/>
<!-- <network ssid="" protection="NONE" passphrase=""/> -->
</wifi>