Skip to content

Commit

Permalink
v0.1.0+24
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Mar 16, 2023
1 parent 201015e commit cc218d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions lib/help.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const helpText = """
### [Bug Reports](https://github.com/blopker/superduper/issues)
# Bike Functions
Control your bike's functions by tapping the buttons on the screen. Long press to lock the setting so the app will always configure the bike as you set and not read that setting from the bike.
## Light
Toggles your bike's lights on and off, if your bike has them.
Expand All @@ -25,6 +27,12 @@ EU:
- 2: 250W - PAS, 35 km/h
- 3: 850W - PAS, 45 km/h
- 4: OFF-ROAD - PAS/Throttle, no limit
## Assist
Changes the amount of assist your bike will provide while pedaling. 0 is no assist, 4 is full assist.
## Background Lock
Locks the current "locked" settings in the background. This means that if you close the app, or your phone goes to sleep, the settings will continue to be applied.
""";

class HelpWidget extends StatelessWidget {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: superduper
description: An app for super bikes
publish_to: "none"
version: 0.0.23+23
version: 0.1.0+24

environment:
sdk: ">=2.18.6 <4.0.0"
Expand Down

0 comments on commit cc218d6

Please sign in to comment.