Skip to content

Commit 7453eec

Browse files
committed
config
1 parent 44bacac commit 7453eec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

example_config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"Spotify":{
3+
"scope": "user-read-currently-playing",
4+
"client_secret": "",
5+
"client_id": "",
6+
"redirect_uri": "",
7+
"username": ""
8+
},
9+
"Arduino":{
10+
"port": "COM4",
11+
"baudRate": 9600
12+
}
13+
}

0 commit comments

Comments
 (0)