mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
conditional on needing ESP32 bluetooth header loaded
This commit is contained in:
@@ -152,7 +152,9 @@ void userButtonPressedLong()
|
||||
}
|
||||
void userButtonDoublePressed()
|
||||
{
|
||||
#ifndef NO_ESP32
|
||||
disablePin();
|
||||
#endif
|
||||
}
|
||||
|
||||
void setup()
|
||||
|
||||
Reference in New Issue
Block a user