From e1dd5ad89a11d0ee02ca49044d30eb7dc28da085 Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Mon, 4 Feb 2019 21:09:38 +0100 Subject: [PATCH] add sending line value and threshold --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 355e377..4e95649 100755 --- a/config.json +++ b/config.json @@ -2,10 +2,11 @@ "status_led_pin": 22, "battery_coeff": 2.25, "sumo_id": "xxxxxxxx", - "firmware_version": "0.3.2", + "firmware_version": "0.3.3", "left_servo_tuning": 33, "right_servo_tuning": 33, "ultrasonic_distance": 40, + "boot_code": "code.py", "left_line_value": 1000, "right_line_value": 1000, "left_line_threshold": 1000,