Skip to content

Commit 2315fcf

Browse files
committed
注释
1 parent 948131f commit 2315fcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Tuning/SecPowerPerInchTuner.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ public boolean run(@NonNull TelemetryPacket telemetryPacket) {
4444
public void whenInit() {
4545
robot.gamepad.keyMap.loadButtonContent(KeyTag.TuningButton1, KeyButtonType.A, KeyMapSettingType.RunWhenButtonPressed);
4646
robot.registerGamepad(gamepad1,gamepad2);
47+
48+
robot.client.addLine("按下A键后,机器会开始向前行驶1s");
49+
robot.client.addLine("⚠⚠⚠当心机器伤人⚠⚠⚠");
4750
}
4851
}

0 commit comments

Comments
 (0)