mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[benchmark] fixed incorrect syntax
This commit is contained in:
@@ -23,7 +23,7 @@ EndOn
|
||||
|
||||
On StartTimer Do
|
||||
LogEntry,'Timer %eventvalue1% will start in %eventvalue2% seconds'
|
||||
TimerSet,'%eventvalue1%,%eventvalue2%'
|
||||
TimerSet,%eventvalue1%,%eventvalue2%
|
||||
EndOn
|
||||
|
||||
On StopTimer Do
|
||||
@@ -91,4 +91,4 @@ On GPIO#2 Do
|
||||
Else
|
||||
LogEntry,'step: [INT#3]..[INT#16]'
|
||||
EndIf
|
||||
EndOn
|
||||
EndOn
|
||||
|
||||
Reference in New Issue
Block a user