mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-04-02 23:16:33 +03:00
refresh changed from 3 to 5 seconds
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { useEffect, useRef } from 'react';
|
import { useEffect, useRef } from 'react';
|
||||||
|
|
||||||
const DEFAULT_DELAY = 3000;
|
const DEFAULT_DELAY = 5000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom hook for setting up an interval with proper cleanup
|
* Custom hook for setting up an interval with proper cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user