Skip to content

Commit

Permalink
default config
Browse files Browse the repository at this point in the history
  • Loading branch information
rackrick committed Mar 20, 2021
1 parent 1930418 commit 19076a3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
1 change: 0 additions & 1 deletion firmware/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
data/moonwatch.json
19 changes: 19 additions & 0 deletions firmware/data/moonwatch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"general": {
"wifi": "",
"password": "",
"display": 0
},
"printers": [
{
"name": "yourprinter",
"host": "moonrakerhost",
"led": 1
}
],
"led": {
"numleds": 5,
"brightness": 10,
"statusled": 0
}
}

0 comments on commit 19076a3

Please sign in to comment.