Skip to content

Commit

Permalink
add setting
Browse files Browse the repository at this point in the history
  • Loading branch information
csenet committed Nov 18, 2023
1 parent 02addc4 commit 8c99f27
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions backend/state-manager/settings/esp/sakurajosui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "test",
"stops": [
{
"stop_id": "test_s1",
"pin": 13
}
],
"points": [
{
"point_id": "test_p1",
"pin": 14
}
],
"detectors": [
{
"block_id": "test_b1",
"target": "OPEN",
"pin": 15
}
],
"nfcs": [
{
"nfc_id": "test_t1",
"pin": 15
}
]
}

0 comments on commit 8c99f27

Please sign in to comment.