This commit is contained in:
osboxes.org 2019-12-31 22:19:03 +01:00
parent e7056a035d
commit 1aefc4e056

View file

@ -314,7 +314,7 @@ static int l_GetFromFlashMemSpiffs(lua_State *L) {
if (IfPm3Flash() == false) {
return returnToLuaWithError(L, "No FLASH MEM support");
}
uint32_t start_index = 0, len = 0x40000; //FLASH_MEM_MAX_SIZE
char destfilename[32] = {0};
size_t size;