Add ble pairing passkey confirmation screen
Hey, what do you think about my first take on creating a passkey confirmation screen?
I'm not sure, whether the vTaskDelay use is appropriate here and what part is supposed to be in the epicardium/ble/app/common/app_ui.c. Should I change void AppUiDisplayPasskey(uint32_t passkey)"
to int AppUiDisplayPasskey(uint32_t passkey)"
and move the epic_confirm call to there?
Edited by Techy