10
0
sumorobot-firmware/config.json

14 lines
259 B
JSON
Raw Normal View History

2018-01-10 21:19:52 +00:00
{
2018-08-30 10:30:21 +00:00
"status_led": 22,
2018-01-12 09:28:26 +00:00
"battery_coeff": 2.25,
"left_servo_tuning": 33,
"right_servo_tuning": 33,
2018-01-13 15:17:39 +00:00
"blockly_highlight": true,
2018-08-30 10:30:21 +00:00
"ultrasonic_distance": 40,
2018-01-12 09:28:26 +00:00
"left_line_threshold": 1000,
"right_line_threshold": 1000,
"wifis": {
"RoboKoding": "salakala"
}
2018-01-10 21:19:52 +00:00
}