mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 19:05:44 +00:00
Resolve bool kb_found issue not working for second discovery keyboards
This commit is contained in:
parent
0887c316af
commit
107ea0dec9
@ -67,4 +67,5 @@ void CardKbI2cImpl::init()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
inputBroker->registerSource(this);
|
inputBroker->registerSource(this);
|
||||||
|
kb_found = true;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user