Skip to content

Commit

Permalink
Fix samples
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsanches committed Jul 30, 2024
1 parent 63a41a2 commit 0fb035a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions data/MyRailroad/broker.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
{
"class": "Terminal",
"name": "terminal",
"port": 4190
"port": 4190,
"comment":"Allows SharpTerminal to connect to this Broker instance"
},
{
"class": "DccppService",
"name": "dccpp",
"requires":"DccLiteService"
"comment":"Allows JMRI to connect to this Broker instance"
}
]
}
3 changes: 2 additions & 1 deletion todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ DCCLite
- update route section to know next section and avoid re-ocupying the block
- ThrottleServiceImpl another candidate for using custom folder

- Do auto requires on Broker that return the "className" if no requires field is specified, document this
- SharpTerminal: tree view should reflect update when a new device is added (test with unnamed device)
- SharpDude: add support to configure device name
- Auto config device name
- SharpTerminal will show unconfigured devices and allow to configure its name

- remove deprecate SHA1 usage on linux

LitePanelSDL
------------

Expand Down

0 comments on commit 0fb035a

Please sign in to comment.