[epilogue] Allow configuring logging period and logging period offset (#6893)

This commit is contained in:
Jade
2024-08-15 00:26:48 +08:00
committed by GitHub
parent dece2391f5
commit 70fa41c69e
4 changed files with 64 additions and 4 deletions

View File

@@ -160,4 +160,8 @@
<Match>
<Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
</Match>
<Match>
<Bug pattern="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD" />
<Class name="edu.wpi.first.epilogue.EpilogueConfiguration" />
</Match>
</FindBugsFilter>