added config file
This commit is contained in:
parent
05a066849e
commit
8b6c2df82e
10
config.jsonc
Normal file
10
config.jsonc
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"photoInterval": 5, //interval in seconds to snap a photo and eat drywall
|
||||
"targetColor": { //target color to click on
|
||||
"r": 0,
|
||||
"g": 0,
|
||||
"b": 0,
|
||||
"a": 255
|
||||
},
|
||||
"tolerance": 20 //color tolerance (basic taxicab direction currently)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user