This commit is contained in:
parent
e9f6e2c7a3
commit
a08e4a9355
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
Karoo extension that displays in-ride alerts based on custom triggers. Reminders can be set to activate after a specific time interval, distance traveled, energy output or when a sensor value is outside a defined range (e.g., heart rate exceeds zone 2).
|
Karoo extension that displays in-ride alerts based on custom triggers. Reminders can be set to activate after a specific time interval, distance traveled, energy output or when a sensor value is outside a defined range (e.g., heart rate exceeds zone 2).
|
||||||
|
|
||||||
|
By default, created reminders are active for all ride profiles. If you want to limit reminders to specific ride profiles (e. g. your "Gravel" profile), you can do so in the reminder settings.
|
||||||
|
|
||||||
Compatible with Karoo 2 and Karoo 3 devices.
|
Compatible with Karoo 2 and Karoo 3 devices.
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@ -362,8 +362,6 @@ fun DetailScreen(isCreating: Boolean, reminder: Reminder, onSubmit: (updatedRemi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Spacer(modifier = Modifier.height(10.dp))
|
|
||||||
|
|
||||||
OutlinedTextField(
|
OutlinedTextField(
|
||||||
value = newProfileName,
|
value = newProfileName,
|
||||||
onValueChange = { newProfileName = it },
|
onValueChange = { newProfileName = it },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user