Skip to content

Commit 88a0992

Browse files
committed
As of today the file on the ublox server has 71kb - set limit to 60kb to leave some air.
1 parent d0e7835 commit 88a0992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/alpdata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static const char *const ALP_DATA_FILE_NAME = "/current_14d.alp";
3333
static const char *const ALP_NEW_DATA_FILE_NAME = "/current_14d.new";
3434
static const char *const AID_INI_DATA_FILE_NAME = "/aid_ini.ubx";
3535

36-
static const int32_t ALP_DATA_MIN_FILE_SIZE = 80000; // CHECK!
36+
static const int32_t ALP_DATA_MIN_FILE_SIZE = 60000; // We have seen 71k ALP files - so lets hope 60k is safe
3737

3838
static const char *const ALP_DOWNLOAD_URL = "https://alp.u-blox.com/current_14d.alp";
3939

0 commit comments

Comments
 (0)