mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
remember which devices were scanned on which bus and set them accordingly.
This commit is contained in:
@@ -10,7 +10,7 @@ CardKbI2cImpl::CardKbI2cImpl() :
|
||||
|
||||
void CardKbI2cImpl::init()
|
||||
{
|
||||
if (cardkb_found != CARDKB_ADDR)
|
||||
if (i2cScanMap[CARDKB_ADDR].addr != CARDKB_ADDR)
|
||||
{
|
||||
// Input device is not detected.
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user