mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-04 06:21:23 -07:00
Updated trclib, ftclib.
Minor optimization.
This commit is contained in:
@ -57,7 +57,7 @@ import trclib.timer.TrcTimer;
|
||||
@TeleOp(name="FtcTest", group="Ftcxxxx")
|
||||
public class FtcTest extends FtcTeleOp
|
||||
{
|
||||
private static final String moduleName = FtcTest.class.getSimpleName();
|
||||
private final String moduleName = getClass().getSimpleName();
|
||||
private static final boolean logEvents = true;
|
||||
private static final boolean debugPid = true;
|
||||
|
||||
|
Reference in New Issue
Block a user