Skip to content

Commit 27bec89

Browse files
authored
Merge pull request wled#4106 from srg74/patch-1
correct spelling error xml.cpp
2 parents 8d00e4d + 79b3ce1 commit 27bec89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/xml.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ void getSettingsJS(byte subPage, char* dest)
538538
sappends('s',SET_F("AI"),alexaInvocationName);
539539
sappend('c',SET_F("SA"),notifyAlexa);
540540
sappend('v',SET_F("AP"),alexaNumPresets);
541-
#elese
541+
#else
542542
oappend(SET_F("toggle('Alexa');")); // hide Alexa settings
543543
#endif
544544

0 commit comments

Comments
 (0)