From 6b84533723919e2c470058391fc1a968cc72b0e7 Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Sat, 13 Jan 2018 16:17:39 +0100 Subject: [PATCH] change constant name --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 074e88d..42165d9 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,8 @@ { "battery_coeff": 2.25, - "block_highlight": true, "left_servo_tuning": 33, "right_servo_tuning": 33, + "blockly_highlight": true, "ultrasonic_distance": 60, "left_line_threshold": 1000, "right_line_threshold": 1000,