Skip to content

Commit 62531fe

Browse files
kjy5Copilot
andauthored
Update docs/development/jackhammer_mode.md
Co-authored-by: Copilot <[email protected]>
1 parent 83a1a9f commit 62531fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/jackhammer_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pip install .
1919
You need to replace the `um.dll` file in the Sensapex library folder. This is located at `<virtual env>\Lib\site-packages\sensapex`. If you made a virtual environment named `venv` in the previous step, it would be `.\venv\Lib\site-packages\sensapex`.
2020

2121
1. Download the custom SDK [here](../assets/um.dll).
22-
2. (Optional) Make a backup of the old `um.dll` in the Sensapex library folder by renaming it to `libum.dll.bck` or something like that.
22+
2. (Optional) Make a backup of the old `um.dll` in the Sensapex library folder by renaming it to `um.dll.bck` or something like that.
2323
3. Copy the downloaded `um.dll` to the Sensapex library folder.
2424
4. Modify `sensapex.py` in the Sensapex library folder to enable using this custom DLL. Set the `max_version` variable at line `398` to `(1, 510)`.
2525

0 commit comments

Comments
 (0)