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