rmview/example.json
Emanuele c67cbb0007 Example config has default settings
So people copying it blindly don't inherit weird settings
2020-12-21 01:13:17 +01:00

12 lines
No EOL
211 B
JSON

{
"ssh": {
"address": ["10.11.99.1"],
"timeout": 2
},
"orientation": "auto",
"pen_size": 15,
"pen_color": "red",
"pen_trail": 200,
"background_color": "white",
"hide_pen_on_press": true
}