made GPS a static class

This commit is contained in:
2023-07-30 15:42:02 +02:00
parent 97c906e013
commit 5a9d463192
6 changed files with 37 additions and 39 deletions

View File

@@ -90,7 +90,7 @@ class Net {
return;
}
// Delegate to GPS
GPS.instance.handlePackage(cast pack,dist,interf);
GPS.handlePackage(cast pack,dist,interf);
}
}else{
// New message received but its not ment for us. Forward if possible.