Ntrip szervíz refraktorálás, beállítások, jelszó secure store-ba

This commit is contained in:
2026-07-05 03:43:07 +02:00
parent 80f7c8d571
commit fa25a320eb
8 changed files with 501 additions and 126 deletions
+1
View File
@@ -52,6 +52,7 @@ Future<void> main() async {
Get.put(GnssDeviceService());
Get.put(GnssService());
Get.put(NtripService());
NtripService.to.onRtcmData = (data) => GnssService.to.sendToReceiver(data);
Get.put(TrackingController(), permanent: true);
Get.put(NotePhotoService(), permanent: true);
Get.put(NoteAudioService(), permanent: true);