conditional on needing ESP32 bluetooth header loaded

This commit is contained in:
BeardyWalrus
2020-10-03 17:23:36 -04:00
parent fed8e80ae4
commit 4d7cd0a09d
2 changed files with 4 additions and 2 deletions

View File

@@ -152,7 +152,9 @@ void userButtonPressedLong()
}
void userButtonDoublePressed()
{
#ifndef NO_ESP32
disablePin();
#endif
}
void setup()