Na tej stronie
V3.0.3
New Features
Implemented reverse gear in Vehicle Status
Created an enum class GattError to represent GATT errors with descriptive names and descriptions
Bug Fixes
Corrected the VehicleStatus.lightIsOn to display the accurate value
Resolved slow connection issues
Addressed ANR (Application Not Responding) problems related to connection
Prevented heartbeat calls when an action has not received a response to avoid timeout
Improvements
Added new log message for onConnectionStateChange to provide information about the GATT status and connection state: GattStatus = [gatt description], Connection State = [Connect/Disconnect]
Download 📦
V3.0.2
New Features
Reintroduced BleTerminal.hasKey()
Added BleError.LocationUnauthorised to return an error when the user disallows location permission
Added BleError.CtgError.TooManyRequest to return an error when exceeding more than 3 concurrent commands
Added BleError.GATTError to return Bluetooth Gatt errors
Bug Fixes