Browse Source

wifi: typo

dev
Maxim Prokhorov 3 years ago
parent
commit
cb23c9444b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/curtain_kingart.cpp

+ 1
- 1
code/espurna/curtain_kingart.cpp View File

@ -342,7 +342,7 @@ void _KACurtainResult() {
// Handle configuration button presses
if (buffer.indexOf("enterESPTOUCH") > 0) {
wifiStartAP();
wifiStartAp();
} else if (buffer.indexOf("exitESPTOUCH") > 0) {
deferredReset(100, CustomResetReason::Hardware);
} else { //In any other case, update as it could be a move action


Loading…
Cancel
Save