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