From 3f588335192458d6eacaf93bec1a150babee70e9 Mon Sep 17 00:00:00 2001 From: spikerguy <48839029+spikerguy@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:07:02 +0300 Subject: [PATCH] add monocoque for telemetry --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9bed8b..94e954a 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ And that's basically it ## What works? 1. FFB (all effects from device descriptor) 2. All inputs (wheel axis, buttons) - +3. Telemetry for RPM Led, Speed and Gear LCD. (Cammus C5 Only, Needs [Monocoque](https://github.com/Spacefreak18/monocoque)) ## What does not work? -1. Telemetry functions (Shift lights, displays, SimHub, etc), mostly because telemetry works only with proprietary soft, which can't get access to shared memory chunks from games. +1.~~Telemetry functions (Shift lights, displays, SimHub, etc), mostly because telemetry works only with proprietary soft, which can't get access to shared memory chunks from games.~~ 2. `Firmware Update` function. Use Windows PC or Windows VM at the moment. 3. Setup through proprietary software. May require [some tweaking](#how-to-set-up-a-base-parameters))