Syler Clayton

Results 10 issues of Syler Clayton

Adds a new command to COMM_WRITE_UNLOCK_CMD where you can append the pin before the actual command and payload which will handle writelock unlocking/locking while handling the command. Calls the command...

@betavr added acceleration and velocity extrapolation in the OSVR Hydra support he was working on before this official release: https://github.com/betavr/SteamVR-OSVR/commit/e66caea843254a48a456b8da6f16f3719fea076a Can we implement something like this so that these games...

All function calls should be < 6.05 safe as they explicitly check if the play tone pointers aren't null to determine if the API is available. Features: Duty Cycle Solid...

https://github.com/JeffSteinbok/hass-dreo/issues/246 Features: Filter On/Off Auto/manual/sleep modes Panel sound Reset Cleaning Reminder Reset Filter Life Fog Level (for manual mode) Filter Life Sensor Humidity Sensor Use since cleaning sensor Min/Max Target...

Rewritten to use variables in Refloat configuration for all parameters as an alternative to https://github.com/lukash/refloat/pull/27 . Made lisp portion much smaller and am just going to do processing in C...

``` (var bms-fault-codes '( (NONE . 0) (BMS_COMM_TIMEOUT . 1) < 2 SECONDS. Not currently used in Refloat. Not sure where to put to notify user. (BMS_OVER_TEMP . 2) CELL_OVER_TEMP...

Add support for pushback alerts based on humidity sensor readings from battery and controller boxes. For the bms humidity reading this can be just grabbed from lisp. For the controller,...

Related to https://github.com/vedderb/vesc_express/pull/69

Only the desktop version would show additional custom configs. I modified the mobile view too so they would show up. Related to https://github.com/vedderb/vesc_express/pull/69

VESC tool will try to poll down a cached version of the custom config. However, upon failure it does not attempt to fetch a fresh XML from the VESC (which...