mirror of
https://github.com/BitMaker-hub/NerdMiner_v2.git
synced 2025-10-09 20:55:11 +02:00
bugfix
This commit is contained in:
@@ -58,7 +58,7 @@ void setup()
|
|||||||
button1.attachClick(switchToNextScreen);
|
button1.attachClick(switchToNextScreen);
|
||||||
button1.attachDoubleClick(alternateScreenRotation);
|
button1.attachDoubleClick(alternateScreenRotation);
|
||||||
button1.attachLongPressStart(reset_configuration);
|
button1.attachLongPressStart(reset_configuration);
|
||||||
if(button1.getNumberClicks() == 3) alternateScreenState();
|
button1.attachMultiClick(alternateScreenState);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PIN_BUTTON_1) && defined(PIN_BUTTON_2) //Button 1 of two button device
|
#if defined(PIN_BUTTON_1) && defined(PIN_BUTTON_2) //Button 1 of two button device
|
||||||
|
Reference in New Issue
Block a user