Rev 970 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 970 | Rev 987 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | 1 | ||
| 2 | function autostart() |
2 | function autostart() |
| 3 | { |
3 | { |
| 4 | /* ServiceManager.startService("Logic", "SensorPrint", 1, { HD44789 : { Id : 1 }, |
4 | /* ServiceManager.startService("Logic", "SensorPrint", 1, { HD44789 : { Id : 1 }, |
| 5 | DS18x20 : { Id : 1 }, |
5 | DS18x20 : { Id : 1 }, |
| 6 | BusVoltage : { Id : 1 } |
6 | BusVoltage : { Id : 1 }, |
| - | 7 | SimpleDTMF : { Id : 1 } });*/ |
|
| 7 | } |
8 | } |
| 8 | 9 | ||