mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
revert github spam
This commit is contained in:
@@ -89,12 +89,12 @@ const DownloadUpload = () => {
|
|||||||
// called immediately to get the latest version, on page load
|
// called immediately to get the latest version, on page load
|
||||||
// set immediate to false to avoid calling the API on page load and GH blocking while testing!
|
// set immediate to false to avoid calling the API on page load and GH blocking while testing!
|
||||||
const { data: latestVersion } = useRequest(getStableVersion, {
|
const { data: latestVersion } = useRequest(getStableVersion, {
|
||||||
// immediate: true
|
immediate: true
|
||||||
immediate: false
|
// immediate: false
|
||||||
});
|
});
|
||||||
const { data: latestDevVersion } = useRequest(getDevVersion, {
|
const { data: latestDevVersion } = useRequest(getDevVersion, {
|
||||||
// immediate: true
|
immediate: true
|
||||||
immediate: false
|
// immediate: false
|
||||||
});
|
});
|
||||||
|
|
||||||
const STABLE_URL = 'https://github.com/emsesp/EMS-ESP32/releases/download/';
|
const STABLE_URL = 'https://github.com/emsesp/EMS-ESP32/releases/download/';
|
||||||
|
|||||||
Reference in New Issue
Block a user