-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1bc950c
Showing
1 changed file
with
29 additions
and
0 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,29 @@ | ||
# OnewheelEnhancer | ||
|
||
OnewheelEnhancer is an iOS tweak runnable on jailbroken devices. | ||
Upon installing, it'll patch FutureMotion's official app to support background audio mode to enable speed alerts. | ||
|
||
# Features | ||
|
||
- Live cells voltage tracking | ||
- Helps spotting weaks cells (higher cells are displayed in green, cells weaker by 0.03V will be in green, weakers than 0.06V in red) | ||
- Speed alert settable. You'll receive a push notification along with an alarm ringing from your phone if you exceed this max speed | ||
- Displays original cells type delivered with your BMS. If you replaced your battery pack with another cells type, a wrong information will be displayed. | ||
|
||
### Installation | ||
|
||
##### Download from cydia | ||
Add my repo to Cydia by clicking [this link](https://thibauddavid.github.io/cydiarepo/) from your jailbroken iPhone and tap on link to install source, then install onewheelenhancer | ||
|
||
##### Install from .deb file | ||
Use `scp` to send .deb to your device, then install it using `dpkg -i /path/to/package.deb` | ||
|
||
#### Building for source | ||
This package is build using Theos. Follow [their instructions](https://github.com/theos/theos/wiki/Installation) to install it. | ||
Once done, just `cd` to onewheelenhancer path then use `make package install` | ||
|
||
### Todos | ||
|
||
- Plot cells status over time | ||
|
||
**Ride on !** |