From df2f851a0d89a9daeb5a67b39b26c4938186636f Mon Sep 17 00:00:00 2001 From: gronod Date: Sun, 14 Jun 2026 10:55:04 +0100 Subject: [PATCH] Update README.md Removed window reference to firebase analytics (not implemented) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da20fa9..216ca66 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A modern, high-performance Android application designed to interface with GM OBD * **TunerPro ADS Translation:** Uses an advanced [ALDLParser](file:///home/gordon/esp32-aldl-android/app/src/test/java/com/example/esp32aldldashboard/ALDLParserTest.kt) mapping raw 25-byte payloads into physical metrics using exact scale conversions, offsets, and non-linear lookup interpolations (derived from the `24-INT10.ads` definition file). * **Foreground Service Operations (New):** * Runs a persistent `BluetoothForegroundService` to keep the Bluetooth socket open and stream telemetry continuously in the background, even when the phone screen is locked or the app is minimized. -* **Firebase Integration:** Incorporates Firebase Crashlytics to monitor application stability and track runtime exceptions. + ---