We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e7835 commit 88a0992Copy full SHA for 88a0992
src/utils/alpdata.h
@@ -33,7 +33,7 @@ static const char *const ALP_DATA_FILE_NAME = "/current_14d.alp";
33
static const char *const ALP_NEW_DATA_FILE_NAME = "/current_14d.new";
34
static const char *const AID_INI_DATA_FILE_NAME = "/aid_ini.ubx";
35
36
-static const int32_t ALP_DATA_MIN_FILE_SIZE = 80000; // CHECK!
+static const int32_t ALP_DATA_MIN_FILE_SIZE = 60000; // We have seen 71k ALP files - so lets hope 60k is safe
37
38
static const char *const ALP_DOWNLOAD_URL = "https://alp.u-blox.com/current_14d.alp";
39
0 commit comments