Update download assets size

This commit is contained in:
Benau 2023-01-09 16:24:41 +08:00
parent 292bafcf9a
commit a85bf04b1c

View File

@ -23,7 +23,7 @@
inline unsigned getDownloadAssetsSize()
{
// Todo: generated from some sed script
unsigned stk_assets_size = 214520808;
unsigned stk_assets_size = 223869285;
return stk_assets_size;
}
#endif