Track látszik a terepi bejárás térképen is, gps log jelvesztéskor.

This commit is contained in:
2026-07-02 15:49:23 +02:00
parent e126f340c6
commit f130f583ba
6 changed files with 116 additions and 16 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class AppLogger extends GetxService {
// ── Konfiguráció ──────────────────────────────────────────────────
/// Csak fejlesztési módban logol (release build-ben kikapcsol)
static const bool _enableInRelease = false;
static const bool _enableInRelease = true;
/// Max log fájl méret MB-ban — felette rotál
static const int _maxSizeMb = 5;