Skip to content

Commit

Permalink
decoders config
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsanches committed Oct 21, 2024
1 parent 20c5ac2 commit d7b16ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/EFMR/TC_02.decoders.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"inverted": true,
"powerPin": 10,
"frogPin": 54,
"range":35,
"range":45,
"invertedFrog": true,
"invertedPower": false,
"operationTime": 3000
Expand All @@ -214,7 +214,7 @@
"inverted": false,
"powerPin": 67,
"frogPin": 66,
"range":35,
"range":25,
"invertedFrog": false,
"invertedPower": true,
"operationTime": 3000
Expand Down Expand Up @@ -264,11 +264,11 @@
"class": "ServoTurnout",
"address": "1438",
"pin": 39,
"inverted": false,
"inverted": true,
"powerPin": 61,
"frogPin": 62 ,
"range":25,
"invertedFrog": true,
"invertedFrog": false,
"invertedPower": true,
"operationTime": 3000
},
Expand Down

0 comments on commit d7b16ef

Please sign in to comment.