Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/scripts/add-wifi-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down