mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
adding connected check
This commit is contained in:
parent
c34dd2a40c
commit
7d7692a13b
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ void UITask::renderCurrScreen() {
|
|||
_display->print(tmp);
|
||||
|
||||
// BT pin
|
||||
if (_pin_code != 0) {
|
||||
if (!_connected && _pin_code != 0) {
|
||||
_display->setColor(DisplayDriver::RED);
|
||||
_display->setTextSize(2);
|
||||
_display->setCursor(0, 43);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue