mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[P016] Fix typo in error log
This commit is contained in:
+1
-1
@@ -653,7 +653,7 @@ boolean Plugin_016(uint8_t function, struct EventStruct *event, String& string)
|
||||
|
||||
if (results.overflow)
|
||||
{
|
||||
addLog(LOG_LEVEL_ERROR, F("IR: WARNING, IR code is too big for buffer. Try pressing the transmiter button only momenteraly"));
|
||||
addLog(LOG_LEVEL_ERROR, F("IR: WARNING, IR code is too big for buffer. Try pressing the transmitter button only momentarily"));
|
||||
success = false;
|
||||
|
||||
# if P016_EVENT_ON_ERROR
|
||||
|
||||
Reference in New Issue
Block a user