From 661736fd685f9772633d9a657a0e39613650e623 Mon Sep 17 00:00:00 2001 From: John Scancella Date: Wed, 22 Feb 2023 10:12:35 -0500 Subject: [PATCH] feat: update script for new variables in system.cfg --- src/scripts/add-wifi-network.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/scripts/add-wifi-network.sh b/src/scripts/add-wifi-network.sh index bde2a6328..841f66918 100755 --- a/src/scripts/add-wifi-network.sh +++ b/src/scripts/add-wifi-network.sh @@ -102,6 +102,17 @@ WIFI_AP="false" # Whether to open wifi AP mode, default off WIFI_AP_SSID="rtl8189" # Hotspot name created by wifi AP mode WIFI_AP_PASSWD="12345678" # wifi AP mode to create hotspot connection password +########################################### +# BTT-PAD7 (ON/OFF) +BTT_PAD7="OFF" +# touch vibration effects +TOUCH_VIBRATION="OFF" +# touch sound effects +TOUCH_SOUND="OFF" +# Automatic brightness adjustment +AUTO_BRIGHTNESS="OFF" +########################################### + # Supplied by RatOS Configurator WIFI_SSID="$1" WIFI_PASSWD="$2"