farmbot_os/priv/configs/default_config.json

22 lines
389 B
JSON

{
"network": false,
"authorization": {
"server": "http://localhost:3000"
},
"configuration": {
"user_env": {},
"os_auto_update": false,
"first_party_farmware": false,
"steps_per_mm_x": 5,
"steps_per_mm_y": 5,
"steps_per_mm_z": 25,
"distance_mm_x": 1500,
"distance_mm_y": 3000,
"distance_mm_z": 800
},
"hardware": {
"params": {},
"custom_firmware": false
}
}