From 19076a3c1dfbef8d60d82469bac98c4f49eb94e2 Mon Sep 17 00:00:00 2001 From: rackrick <45207681+rackrick@users.noreply.github.com> Date: Sat, 20 Mar 2021 13:33:19 +0100 Subject: [PATCH] default config --- firmware/.gitignore | 1 - firmware/data/moonwatch.json | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 firmware/data/moonwatch.json diff --git a/firmware/.gitignore b/firmware/.gitignore index 6d5c099..89cc49c 100644 --- a/firmware/.gitignore +++ b/firmware/.gitignore @@ -3,4 +3,3 @@ .vscode/c_cpp_properties.json .vscode/launch.json .vscode/ipch -data/moonwatch.json \ No newline at end of file diff --git a/firmware/data/moonwatch.json b/firmware/data/moonwatch.json new file mode 100644 index 0000000..ad4bfdc --- /dev/null +++ b/firmware/data/moonwatch.json @@ -0,0 +1,19 @@ +{ + "general": { + "wifi": "", + "password": "", + "display": 0 + }, + "printers": [ + { + "name": "yourprinter", + "host": "moonrakerhost", + "led": 1 + } + ], + "led": { + "numleds": 5, + "brightness": 10, + "statusled": 0 + } +} \ No newline at end of file