This commit is contained in:
Silver Kuusik 2018-01-17 12:48:37 +01:00
parent 1d587c50a6
commit 50d1bb5490
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ window.onload = function() {
{value: "get_line", score: 1000, meta: "sumorobot"},
{value: "set_servo", score: 1000, meta: "sumorobot"},
{value: "is_opponent", score: 1000, meta: "sumorobot"},
{value: "calibrate_line", score: 1000, meta: "sumorobot"}
{value: "calibrate_line", score: 1000, meta: "sumorobot"},
{value: "get_battery_voltage", score: 1000, meta: "sumorobot"},
{value: "get_opponent_distance", score: 1000, meta: "sumorobot"}
]);