10
0
sumorobot-firmware/config.json

19 lines
404 B
JSON
Raw Normal View History

2018-01-10 21:19:52 +00:00
{
"status_led_pin": 22,
2018-01-12 09:28:26 +00:00
"battery_coeff": 2.25,
"sumo_id": "xxxxxxxx",
2019-02-10 20:07:38 +00:00
"firmware_version": "0.4.0",
2018-01-12 09:28:26 +00:00
"left_servo_tuning": 33,
"right_servo_tuning": 33,
2018-08-30 10:30:21 +00:00
"ultrasonic_distance": 40,
2019-02-04 20:09:38 +00:00
"boot_code": "code.py",
2018-12-27 07:53:07 +00:00
"left_line_value": 1000,
"right_line_value": 1000,
2018-01-12 09:28:26 +00:00
"left_line_threshold": 1000,
"right_line_threshold": 1000,
2018-09-12 11:41:56 +00:00
"sumo_server": "165.227.140.64:80",
2018-01-12 09:28:26 +00:00
"wifis": {
"RoboKoding": "salakala"
}
2018-01-10 21:19:52 +00:00
}