mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 22:20:37 +00:00
add PCF8574(A) port expander as passive 4x4 keyboard
This commit is contained in:
@@ -7,7 +7,7 @@ CardKbI2cImpl::CardKbI2cImpl() : KbI2cBase("cardKB") {}
|
||||
|
||||
void CardKbI2cImpl::init()
|
||||
{
|
||||
if (cardkb_found.address == 0x00) {
|
||||
if ((cardkb_found.address == 0x00) || (kb_model == 0x12)) {
|
||||
disable();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user