Update download assets size

This commit is contained in:
Benau 2021-08-25 15:18:15 +08:00
parent 4d5d33d1cb
commit f1f5a47bcf

View File

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