# # This file configures the FlightFeeder sdcard image # configuration. Whenever the system boots, this # file is read and its contents are used to # configure the system. # # Lines beginning with a '#' are comment lines # and are ignored. Blank lines are also ignored. # All other lines specify configuration settings. # # # WIRED NETWORK CONFIGURATION # # Should FlightFeeder use the wired ethernet port # for network access? wired-network yes # Wired network configuration: # Most networks will use DHCP wired-type dhcp # Alternatively, a static address configuration # can be provided; set "wired-type" to static to use this. wired-address 192.168.1.10 wired-netmask 255.255.255.0 wired-broadcast 192.168.1.255 wired-gateway 192.168.1.254 wired-nameservers 8.8.8.8 8.8.4.4 # # WIRELESS NETWORK CONFIGURATION # # Should FlightFeeder use a wifi adaptor # for network access? You will need to attach # a supported USB wifi adaptor for this to work. # change this to "yes" to enable wifi wireless-network no # Wifi SSID and password. # This should be changed to match your wireless # network SSID and, for networks that require # a passphrase, the passphrase. wireless-ssid MyWifiNetwork wireless-password s3cr3t # Wifi network configuration: # Most networks will use DHCP wireless-type dhcp # Alternatively, a static address configuration # can be provided; set "wireless-type" to static to use this. wireless-address 192.168.1.10 wireless-netmask 255.255.255.0 wireless-broadcast 192.168.1.255 wireless-gateway 192.168.1.254 wireless-nameservers 8.8.8.8 8.8.4.4