ConfigurationΒΆ
All the configuration details of the ProtoPixel 1-Channel Ethernet Controller are saved in a file in the SD card with the name CONFIG.TXT
. The format of the file is as follow:
- Lines starting with
#
are ignored. - Lines defining parameters are like
:parameter_name parameter_value
. - Other lines define the recordings on the SD card, and are covered in Playback Configuration.
An example configuration file would be like this:
# Network
:static_ip 192.168.133.9
:static_mask 255.255.255.0
:dhcp 0
# Playback
:PlayFile 0
# Following, the list of recording files, with their playback options.
recording1 1
For more info see Network configuration and Playback Configuration.