Skip to content

Commit

Permalink
chore: revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Jun 10, 2020
1 parent db1c2da commit ec4ea68
Showing 1 changed file with 6 additions and 32 deletions.
38 changes: 6 additions & 32 deletions settings/volare-file-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"type": "22",
"uuid": "urn:mrn:signalk:uuid:c0d79334-4e25-4245-8892-54e8ccc8021d"
},

"pipedProviders": [
{
"id": "nmeaFromFile",
"pipeElements": [
{
"type": "providers/filestream",
"options": {
"filename": "samples/plaka.log",
"providerId": "nmeaFromFile"
"filename": "samples/plaka.log"
},
"optionMappings": [
{
Expand All @@ -25,8 +25,7 @@
{
"type": "providers/throttle",
"options": {
"rate": 1000,
"providerId": "nmeaFromFile"
"rate": 1000
}
},
{
Expand All @@ -35,35 +34,10 @@
{
"type": "providers/nmea0183-signalk",
"options": {
"sentenceEvent": "nmea0183-B",
"providerId": "nmeaFromFile",
"validateChecksum": true
"sentenceEvent": "nmea0183-B"
}
}
]
},
{
"pipeElements": [
{
"type": "providers/simple",
"options": {
"logging": false,
"type": "NMEA0183",
"subOptions": {
"validateChecksum": true,
"type": "tcp",
"host": "localhost",
"port": "9999",
"toStdout": [
"nmea0183"
]
}
}
}
],
"id": "a",
"enabled": true
}
],
"interfaces": {}
}
]
}

0 comments on commit ec4ea68

Please sign in to comment.