10
0
Fork 0
sumorobot-firmware/config.json

20 lines
449 B
JSON
Raw Normal View History

2018-01-10 21:19:52 +00:00
{
2019-05-26 12:16:57 +00:00
"status_led_pin": 5,
2018-01-12 09:28:26 +00:00
"battery_coeff": 2.25,
"sumo_id": "xxxxxxxx",
2019-05-26 12:18:12 +00:00
"firmware_timestamp": "2019.05.26 14:17:00",
2019-05-26 12:16:57 +00:00
"firmware_version": "0.5.1",
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
}