Qrome / marquee-scroller

Marquee Scroller Clock News Weather and More
https://www.thingiverse.com/thing:2867294
MIT License
324 stars 159 forks source link

#define CONFIG "/conf.txt" #258

Closed mats-nk closed 1 year ago

mats-nk commented 1 year ago

Could a template be added to the repository that show how #define CONFIG "/conf.txt" should look like.

Qrome commented 1 year ago

It is created by the application. You should be able to pull it off if you want to see it, but the intent is not to create it manually.

mats-nk commented 1 year ago

Thx for fast reply, and I thought the intent was to add default values without adding it to the compiled code.

Qrome commented 1 year ago

No, the intent is to be a db / file that the application and web interface stores settings. It is created the first time you run it and is updated and maintained through the web interface. It does not exist until the first time you run it. After it is created, you should be able to read and write to it if you want. The format is name value pair.

mats-nk commented 1 year ago

Thx for the explanation, case closed.