mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
updates to scheduler for immediate commands #1893
This commit is contained in:
@@ -50,7 +50,7 @@ export function boardProfileSelectItems() {
|
||||
}
|
||||
|
||||
const ApplicationSettings: FC = () => {
|
||||
const { data: hardwareData, error } = useRequest(SystemApi.readHardwareStatus, {
|
||||
const { data: hardwareData } = useRequest(SystemApi.readHardwareStatus, {
|
||||
force: true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user