mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
new linting, make sure code is type safe
This commit is contained in:
@@ -7,7 +7,7 @@ const port = 3081;
|
||||
const ES_ENDPOINT_ROOT = '/es/';
|
||||
const ES_LOG_ENDPOINT = ES_ENDPOINT_ROOT + 'log';
|
||||
|
||||
const INTERVAL = 2000;
|
||||
const INTERVAL = 1000;
|
||||
|
||||
function pad(number) {
|
||||
var r = String(number);
|
||||
|
||||
Reference in New Issue
Block a user