Use DataMatrix codes, they are much faster. Start work on storing settings

This commit is contained in:
Astatin3
2024-05-16 10:45:44 -06:00
parent 2a37252386
commit 2e237630c4
9 changed files with 102 additions and 22 deletions
@@ -0,0 +1,12 @@
package com.astatin3.scoutingapp2025.SettingsVersionStack;
public class v0 extends settingsVersion {
@Override
public int getVersion() {
return 0;
}
public void update(){
}
}