Skip to content

Commit 4a412ef

Browse files
eriedclaude
andcommitted
feat(inmotion-v1): mark the V8S as verified - drop the experimental banner
The tester confirmed the V8S works end to end (connect, telemetry, legal mode), so add "V8S" to VERIFIED_WHEEL_TOKENS - it no longer shows the "Preliminary supported wheel" banner. Only the V8S token is added; the rest of the InMotion V1 family (V8 / V8F / V10 / V10F / L6) stays preliminary since it is still untested. "V8S" is a distinct substring, so it does not exempt a V8 / V8F / V10 sibling. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GADLyChheAoMX9dQbRgRnH
1 parent 81d8d68 commit 4a412ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/src/main/java/com/eried/eucplanet/ui/common/ExperimentalBanner.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ private fun urlEncode(s: String): String =
180180
* sibling (e.g. "Lynx S" doesn't match a plain "Lynx", "16X" doesn't match "KS-16").
181181
*/
182182
private val VERIFIED_WHEEL_TOKENS = listOf(
183-
"V14", "P6", // InMotion (author-verified)
183+
"V14", "P6", // InMotion V2 (author-verified)
184+
"V8S", // InMotion V1 (rider-tested; only the V8S, not the
185+
// rest of the V1 family which stays preliminary)
184186
"Oryx", "Lynx S", // Veteran (rider-tested)
185187
"Mten3", "EX30", "E20", // Begode (rider-tested)
186188
"16X", // KingSong KS-16X (rider-tested)

0 commit comments

Comments
 (0)