forked from SlimeVR/SlimeVR-Tracker-ESP
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit f1ac5aa Author: kounocom <meia@kouno.xyz> Date: Fri Oct 11 17:02:48 2024 +0300 ...and finally, change whatever these do commit 2ef6306 Author: kounocom <meia@kouno.xyz> Date: Fri Oct 11 16:58:25 2024 +0300 ...and then light the LED when rest is detected, as a debug step commit 4950a17 Author: kounocom <meia@kouno.xyz> Date: Fri Oct 11 16:56:03 2024 +0300 ...and then make them actually work per-sensor commit 1faff26 Author: kounocom <meia@kouno.xyz> Date: Fri Oct 11 16:54:54 2024 +0300 ...and some more commit 2f2c248 Author: kounocom <meia@kouno.xyz> Date: Fri Oct 11 16:54:09 2024 +0300 Adjust VQF params more commit afb4d32 Author: gorbit99 <gorbitgames@gmail.com> Date: Tue Oct 8 18:33:54 2024 +0200 Whoops commit 3d9ad76 Author: gorbit99 <gorbitgames@gmail.com> Date: Tue Oct 8 18:27:55 2024 +0200 Zero out accel calibration commit 5222085 Author: gorbit99 <gorbitgames@gmail.com> Date: Tue Oct 8 18:25:53 2024 +0200 ACTUALLY skip accel calibration commit ea5ea1a Merge: 1e47ff7 099fd9a Author: gorbit99 <gorbitgames@gmail.com> Date: Tue Oct 8 18:06:25 2024 +0200 Merge branch 'dynamic-sfusion' of https://github.com/kounocom/SlimeVR-Tracker-ESP into dynamic-sfusion commit 1e47ff7 Author: gorbit99 <gorbitgames@gmail.com> Date: Tue Oct 8 17:56:29 2024 +0200 Increase sensitivity when gyro is calibrated + skip accel calibration for now commit 099fd9a Author: kounocom <meia@kouno.xyz> Date: Wed Oct 2 08:48:46 2024 +0300 Stuffs for dynamic commit 6f74905 Merge: 44e2aaf 6eb1ef9 Author: gorbit99 <gorbitgames@gmail.com> Date: Wed Oct 2 07:29:34 2024 +0200 Merge branch 'icm45686-firmware' into dynamic-sfusion commit 6eb1ef9 Author: kounocom <meia@kouno.xyz> Date: Wed Oct 2 07:39:19 2024 +0300 Use correct sensitivity commit b84096c Merge: 6515014 73faa41 Author: gorbit99 <gorbitgames@gmail.com> Date: Wed Oct 2 03:59:36 2024 +0200 Merge branch 'icm45686-firmware' of https://github.com/gorbit99/SlimeVR-Tracker-ESP into icm45686-firmware commit 6515014 Author: gorbit99 <gorbitgames@gmail.com> Date: Wed Oct 2 03:59:24 2024 +0200 Hires mode maybe? commit 73faa41 Author: kounocom <meia@kouno.xyz> Date: Wed Oct 2 03:11:08 2024 +0300 Sleep more commit 1aae55a Author: kounocom <meia@kouno.xyz> Date: Wed Oct 2 03:00:55 2024 +0300 Use 8KB FIFO commit bc65001 Author: kounocom <meia@kouno.xyz> Date: Wed Oct 2 02:50:59 2024 +0300 Use clock commit eec8ac6 Author: gorbit99 <gorbitgames@gmail.com> Date: Tue Oct 1 23:56:46 2024 +0200 Actually enable FIFO this time commit 44e2aaf Author: kounocom <meia@kouno.xyz> Date: Tue Oct 1 21:06:15 2024 +0300 This works better commit db71a05 Author: kounocom <meia@kouno.xyz> Date: Mon Sep 30 17:03:19 2024 +0300 change to 4g, fill in missing stuff elsewhere commit f219cc3 Author: kounocom <meia@kouno.xyz> Date: Sun Sep 29 09:58:35 2024 +0300 Always limit TPS with aux (now to 90) commit 8a63326 Author: gorbit99 <gorbitgames@gmail.com> Date: Wed Sep 25 21:09:51 2024 +0200 In theory this works? commit dbce4cb Author: Butterscotch! <bscotchvanilla@gmail.com> Date: Wed Sep 25 12:02:37 2024 -0400 Add dependabot & update workflows (SlimeVR#344) * Add dependabot & update workflows * Specify python-version & use pip cache * Add requirements.txt * Cache PIP generally instead & remove requirements commit 8b00064 Author: Ondrej Hruska <11602729+ZycaR@users.noreply.github.com> Date: Sun Sep 1 10:46:47 2024 -0700 GET.INFO Serial Command Should Returns Battery Voltage & Level (in Percentages) (SlimeVR#338) * GET.INFO serial command return also battery voltage & level in percents * move public headers together
- Loading branch information
Showing
35 changed files
with
1,391 additions
and
1,403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 2 | ||
updates: | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
# Check for updates to GitHub Actions every week | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.