mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix all typos
This commit is contained in:
@@ -189,7 +189,7 @@ bool PButton::check(void) {
|
||||
cb_onVLongPress(*this);
|
||||
}
|
||||
|
||||
// if any action has been prefromed we can stop waiting, and become idle
|
||||
// if any action has been preformed we can stop waiting, and become idle
|
||||
if (resultEvent >= 1 && resultEvent <= 4) {
|
||||
buttonBusy_ = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user