# This configuration file is read by an AMV RT3 encoder at boot. # This file MUST be named rt3config.txt with all lowercase letters. # Put this file in the top level (not in a folder) of a USB drive. # Insert the drive BEFORE booting the RT3. # # IMPORTANT: ONLY INSERT *ONE* USB DRIVE WITH THIS CONFIG FILE INTO THE RT3. # # Lines starting with '#' are comments and are not read as data. #----------------------------------------------------------------- # SOFTWARE UPDATE # Set RUN_SOFTWARE_UPDATE to 'yes' or 'no' (without quotes). # To check for and run a software update, a USB with this config file must # be inserted before booting the RT3 and RUN_SOFTWARE_UPDATE must be set to yes. # If a software update is available it will run automatically and the RT3 will # reboot when it is completed. # It can take a minute or two to complete the software update. #----------------------------------------------------------------- RUN_SOFTWARE_UPDATE=no #----------------------------------------------------------------- # WIFI CONNECTIONS # Enter a list of WiFi network names and passwords with one space # between the network name and password. # One name and password entry per line. # Example: MyNetwork myP@ssw0rD # Example of network name with spaces: My Network myP@ssw0rD # # This list will serve as the master list of WiFi networks the RT3 # will attempt to connect to. # The networks will be prioritized in the order they are entered with # the first entry having the highest priority. # The WIFI LED on the RT3 will blink purple every 1.5 seconds according to the priority # of the WiFI network: # - One blink indicates the 1st WiFi network on the list is connected # - Two blinks indicates the 2nd WiFi network on the list is connected # - etc. # WiFi networks not on this list will be removed from the RT3. # This list will be stored on the RT3 and it will not be necessary to have # the USB with this config file inserted at boot unless the WiFi network list # needs to be updated. #----------------------------------------------------------------- # >>> WIFI_CONNECTION_LIST <<< DO NOT DELETE OR EDIT THIS LINE MyNetwork MyPassword MyNetwork2 MyPassword2