mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-12 08:19:39 +00:00
dafuq?
This commit is contained in:
parent
7b062293f8
commit
d5712714e6
@ -9,9 +9,6 @@ CardKbI2cImpl::CardKbI2cImpl() : KbI2cBase("cardKB") {}
|
|||||||
|
|
||||||
void CardKbI2cImpl::init()
|
void CardKbI2cImpl::init()
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
if ((cardkb_found.address == 0x00) || (kb_model == 0x12)) {
|
|
||||||
=======
|
|
||||||
if (kb_model == 0x12) {
|
if (kb_model == 0x12) {
|
||||||
disable();
|
disable();
|
||||||
return;
|
return;
|
||||||
@ -59,10 +56,9 @@ void CardKbI2cImpl::init()
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (cardkb_found.address == 0x00) {
|
if (cardkb_found.address == 0x00) {
|
||||||
>>>>>>> 96bcc781ee31f68e5eb7b778306525c630435bdd
|
disable();
|
||||||
disable();
|
return;
|
||||||
return;
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
inputBroker->registerSource(this);
|
inputBroker->registerSource(this);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user