added GPS cli app

This commit is contained in:
2023-03-28 00:57:04 +02:00
parent 4f8db600dc
commit 4a7b57c47f
2 changed files with 73 additions and 0 deletions

View File

@@ -154,6 +154,8 @@ class Terminal extends UIApp {
return new Redstone();
case "disk":
return new Disk();
case "gps":
return new GPS();
default:
return null;
}