diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-10 11:00:50 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-10 11:19:45 (GMT) |
| commit | 4f46da35b4a1b0a708594cb91343b921928d6a01 (patch) | |
| tree | 91d20252a8ff11648f9449cebaa29702ce0a6438 /src/displayapp/DisplayApp.cpp | |
| parent | 9f68f5b227ad3c83130d7cc521c80b6caf974466 (diff) | |
Bluetooth Passkey Toggle setting
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index 9ce29da..75c7bbd 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -296,6 +296,9 @@ void DisplayApp::Refresh() { case Messages::BleRadioEnableToggle: PushMessageToSystemTask(System::Messages::BleRadioEnableToggle); break; + case Messages::BluetoothPasskeyEnableToggle: + PushMessageToSystemTask(System::Messages::BluetoothPasskeyEnableToggle); + break; case Messages::UpdateDateTime: // Added to remove warning // What should happen here? |
