10
0
Fork 0
sumorobot-firmware/config.json

20 lines
451 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-06-09 19:53:25 +00:00
"firmware_timestamp": "2019.06.09 21:51:00",
"firmware_version": "0.7.0",
2018-01-12 09:28:26 +00:00
"left_servo_tuning": 33,
"right_servo_tuning": 33,
"ultrasonic_threshold": 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,
2019-06-09 19:53:25 +00:00
"sumo_server": "165.227.140.64:443",
2018-01-12 09:28:26 +00:00
"wifis": {
"RoboKoding": "salakala"
}
2018-01-10 21:19:52 +00:00
}