revert github spam

This commit is contained in:
proddy
2024-08-17 12:38:19 +02:00
parent f576ee4fe6
commit 44477d8fcd

View File

@@ -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/';