Toggle notifications only, keep vibrations.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include "app_timer.h"
|
||||
#include "components/settings/Settings.h"
|
||||
|
||||
namespace Pinetime {
|
||||
namespace Controllers {
|
||||
@@ -10,7 +9,8 @@ namespace Pinetime {
|
||||
|
||||
class MotorController {
|
||||
public:
|
||||
MotorController(Controllers::Settings& settingsController);
|
||||
MotorController() = default;
|
||||
|
||||
void Init();
|
||||
void RunForDuration(uint8_t motorDuration);
|
||||
void StartRinging();
|
||||
@@ -18,7 +18,6 @@ namespace Pinetime {
|
||||
|
||||
private:
|
||||
static void Ring(void* p_context);
|
||||
Controllers::Settings& settingsController;
|
||||
static void StopMotor(void* p_context);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user