From 7be2bb9a634de55890906306b978ea8b9fd91f30 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 30 Jun 2022 14:26:28 +0200 Subject: final vesion before second assessment --- robot/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/io.c') diff --git a/robot/io.c b/robot/io.c index 9977e2f..edf3092 100644 --- a/robot/io.c +++ b/robot/io.c @@ -53,7 +53,7 @@ void w2_io_battery_logic() { if (g_w2_io_battery_percentage <= W2_BATTERY_PERCENTAGE_LOW && g_w2_target_area != W2_AREA_CHRG) { w2_errcatch_throw(W2_E_WARN_BATTERY_LOW); - g_w2_target_area = W2_AREA_CHRG; + // g_w2_target_area = W2_AREA_CHRG; } } -- cgit v1.2.3