Skip to content

Commit

Permalink
Add changes for music fast forward PR (#61)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dyllan500 and Dyllan Kobal authored Sep 12, 2022
1 parent 7ca0e50 commit 0fe5b87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sim/components/ble/MusicService.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ namespace Pinetime {
static const char EVENT_MUSIC_PREV = 0x04;
static const char EVENT_MUSIC_VOLUP = 0x05;
static const char EVENT_MUSIC_VOLDOWN = 0x06;
static const char EVENT_MUSIC_FORWARD = 0x07;
static const char EVENT_MUSIC_REWIND = 0x08;

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

Expand Down

0 comments on commit 0fe5b87

Please sign in to comment.