kopia lustrzana https://github.com/meshtastic/firmware
Whitespace trunk grousing
rodzic
a000a8d347
commit
c5f2d2736d
|
@ -42,7 +42,7 @@ ButtonThread::ButtonThread() : OSThread("Button")
|
|||
int pin = config.device.button_gpio ? config.device.button_gpio : BUTTON_PIN; // Resolved button pin
|
||||
#if defined(HELTEC_CAPSULE_SENSOR_V3)
|
||||
this->userButton = OneButton(pin, false, false);
|
||||
#elif defined(BUTTON_ACTIVE_LOW)
|
||||
#elif defined(BUTTON_ACTIVE_LOW)
|
||||
this->userButton = OneButton(pin, BUTTON_ACTIVE_LOW, BUTTON_ACTIVE_PULLUP);
|
||||
#else
|
||||
this->userButton = OneButton(pin, true, true);
|
||||
|
|
|
@ -1180,7 +1180,7 @@ GnssModel_t GPS::probe(int serialSpeed)
|
|||
_serial_gps->updateBaudRate(serialSpeed);
|
||||
}
|
||||
#endif
|
||||
#ifdef GNSS_AIROHA
|
||||
#ifdef GNSS_AIROHA
|
||||
|
||||
return GNSS_MODEL_UNKNOWN;
|
||||
#else
|
||||
|
|
Ładowanie…
Reference in New Issue