diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-30 14:26:28 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-30 14:26:28 +0200 |
commit | 7be2bb9a634de55890906306b978ea8b9fd91f30 (patch) | |
tree | ca1a085e6460ea908e11130e534fcdefc89c5128 /robot/io.c | |
parent | 92157948b61c866d842519a375000b3f812d2f12 (diff) |
Diffstat (limited to 'robot/io.c')
-rw-r--r-- | robot/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } } |