HTML Settings Editor - Gerfunky/TinyPixelMapper GitHub Wiki

img_v1.0/editor.jpg

You can reach the editor by opening a browser to http://IP.of.device/edit. HTTP server need to be enabled! Since it needs to load a javascript ACE editor it can take some time. be Patient.

You can Upload config files over curl or the Editor make sure to put them in the conf folder!

curl -F "[email protected];filename=conf/0.playConf.txt" "http://172.16.222.23/edit"

There are now Scripts to help with Uploading Downloading to the units.

Configuration files

The configuration files for device configuration is stored in the folder conf/

IF the unit has an SD card then its all on the SD.

conf/wifi.txt is the Wifi Network configuration. You can set things like the Hostname/APname, IP, SSID, ntp server.

conf/0.device.txt is the configuration for LED Type Max/Start Bri and the switches from the settings page ( HTTP, debug FFT...)

conf/artnet.txt is the Artnet config

conf/mqtt.txt is the MQTT config

conf/NUMBER.playConf.txt are the saves on the master page

conf/NUMBER.LampConf.txt These are the Differnt Lamp Configurations

You can also edit the config files manually for example to change the SSID or Password over the computer. Or change the Hostname to something else.