Skip to content

Commit

Permalink
As of today the file on the ublox server has 71kb - set limit to 60kb…
Browse files Browse the repository at this point in the history
… to leave some air.
  • Loading branch information
gluap committed Dec 15, 2024
1 parent d0e7835 commit 88a0992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/alpdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static const char *const ALP_DATA_FILE_NAME = "/current_14d.alp";
static const char *const ALP_NEW_DATA_FILE_NAME = "/current_14d.new";
static const char *const AID_INI_DATA_FILE_NAME = "/aid_ini.ubx";

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

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

Expand Down

0 comments on commit 88a0992

Please sign in to comment.