Add start of music appliction
This commit is contained in:
parent
0bcaf9c22d
commit
7a1e6e6e5b
8 changed files with 17 additions and 4 deletions
|
|
@ -35,6 +35,8 @@ namespace Pinetime {
|
|||
|
||||
void OnIdle();
|
||||
|
||||
Pinetime::Controllers::NimbleController& nimble() {return nimbleController;};
|
||||
|
||||
private:
|
||||
TaskHandle_t taskHandle;
|
||||
|
||||
|
|
@ -74,4 +76,4 @@ namespace Pinetime {
|
|||
void GoToRunning();
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue