mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
better scripting
This commit is contained in:
@@ -103,7 +103,7 @@ export default () => {
|
||||
let count = 0;
|
||||
const interval = setInterval(() => {
|
||||
let message = 'message #' + count;
|
||||
if (count % 6 == 1) {
|
||||
if (count % 6 === 1) {
|
||||
message +=
|
||||
' with a long message that will be wrapped, to see if it stays one a single line';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user