Skip to content

Commit fe7260b

Browse files
authored
fix main url
1 parent a1f8654 commit fe7260b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/network/autoupdate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "utils/platform.h"
1616
#include "utils/log.h"
1717

18-
const std::string AUTOUPDATE_URL = "https://raw.githubusercontent.com/matteocrippa/leafminer/feature/v0.0.5/version.json"; //"https://raw.githubusercontent.com/matteocrippa/leafminer/main/version.json";
18+
const std::string AUTOUPDATE_URL = "https://raw.githubusercontent.com/matteocrippa/leafminer/main/version.json";
1919
const char TAG_AUTOUPDATE[] = "autoupdate";
2020

2121
#if defined(ESP8266_D)
@@ -161,4 +161,4 @@ void autoupdate()
161161
{
162162
l_error(TAG_AUTOUPDATE, "httpCode: %d", httpCode);
163163
}
164-
}
164+
}

0 commit comments

Comments
 (0)