From 24383e06384815cf47bec71824d05d20c0dcddfd Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Wed, 17 Nov 2021 10:50:44 -0500 Subject: [PATCH] added networking notes to wifi setup stage --- scripts/welcome_wizard.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/welcome_wizard.sh b/scripts/welcome_wizard.sh index 51f87e2..3f88c03 100755 --- a/scripts/welcome_wizard.sh +++ b/scripts/welcome_wizard.sh @@ -97,6 +97,11 @@ setup_wifi() { wifi_list="$(zenity --title="Connect to WiFi" --extra-button="Refresh WiFi List" --window-icon=/usr/share/pixmaps/red-cardinal32.png --info --text="Use the Networking Icon in the bottom right corner of the screen to select your WiFi network. Enter the credentials to connect when prompted. +If you are currently connected to BirdNET-Pi via its Access Point and VNC/NoMachine, +this connection will be severed as soon as the new connection is made. +Simply connect your VNC/NoMachine client to the network which you are +currently configuring BirdNET-Pi to use, and you will be able to resume the setup. + Press \"Continue\" AFTER you have connected." --ok-label="Continue" --no-wrap)" [ -z ${wifi_list} ] && break if [[ "${wifi_list}" == "Refresh WiFi List" ]];then