Skip to content

Commit 0fe5b87

Browse files
dyllan500Dyllan Kobal
andauthored
Add changes for music fast forward PR (#61)
This pull request allows my pull request InfiniTimeOrg/InfiniTime#1323 in the InfiniTime project to build the simulator that's in this project. Both pull requests add the feature that I requested here: InfiniTimeOrg/InfiniTime#1320 Co-authored-by: Dyllan Kobal <[email protected]>
1 parent 7ca0e50 commit 0fe5b87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sim/components/ble/MusicService.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ namespace Pinetime {
5656
static const char EVENT_MUSIC_PREV = 0x04;
5757
static const char EVENT_MUSIC_VOLUP = 0x05;
5858
static const char EVENT_MUSIC_VOLDOWN = 0x06;
59+
static const char EVENT_MUSIC_FORWARD = 0x07;
60+
static const char EVENT_MUSIC_REWIND = 0x08;
5961

6062
enum MusicStatus { NotPlaying = 0x00, Playing = 0x01 };
6163

0 commit comments

Comments
 (0)