Posted by: Jan
« on: December 21, 2012, 09:43:51 am »There are two different source files, one for dynamic PS and one for RT. Manual change can be made in the tinyrds.rds configuration file. This way a set of different configuration files can be prepared. Copying one of them into tinyrds.rds will select the configuration desired. If it makes the things easier, the configuration file may be selectable by command line option in next version.
Code: [Select]
...
[DPS1]
...
FromFile=0
SendOnChange=1
SourceFile=C:\dps.txt
...
[Radiotext]
...
FromFile=0
SendOnChange=1
SourceFile=C:\rt.txt
...