User Tools

Site Tools


tools:config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tools:config [2017/12/14 11:51] graftools:config [2018/01/12 09:28] graf
Line 13: Line 13:
       add("id", a);       add("id", a);
       add("offset", b);       add("offset", b);
-      add("init values", c);+      add("initValues", c);
       add("ip", d);       add("ip", d);
   }   }
Line 32: Line 32:
   configFile.load();   configFile.load();
 </code> </code>
 +WARNING Valid name for the identifiers of the values include numbers and letters only, no spaces, underlines or dots. 'myText10' is valid while 'my_text_10' is not! \\ \\
 You can manually create a suitable configuration file at the given location, e.g. You can manually create a suitable configuration file at the given location, e.g.
 <code> <code>
 id = 1 id = 1
 offset = 2.200000 offset = 2.200000
-init values = 0.1, 0.4, 0.3+initValues = 0.1, 0.4, 0.3
 ip = 127.0.0.0 ip = 127.0.0.0
  
tools/config.txt · Last modified: 2020/12/03 12:01 by ursgraf