forked from marva/sumorobot-web
fix typo
This commit is contained in:
parent
1d587c50a6
commit
50d1bb5490
@ -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"}
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user