Skip to main content

max / audiofiles

Update OTA endpoint to /api/v1/sync/ota/
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-04-23 20:41 UTC
Commit: c22a04696864e34e0c2021e39ad7fcc5b1080614
Parent: e814333
1 file changed, +1 insertion, -1 deletion
@@ -9,7 +9,7 @@ use parking_lot::Mutex;
9 9 use semver::Version;
10 10
11 11 /// OTA updater endpoint base URL.
12 - const OTA_BASE_URL: &str = "https://makenot.work/api/sync/ota/audiofiles";
12 + const OTA_BASE_URL: &str = "https://makenot.work/api/v1/sync/ota/audiofiles";
13 13
14 14 /// How long to wait after startup before first check (seconds).
15 15 const INITIAL_DELAY_SECS: u64 = 10;