Remove unused definitions related to fixed-size SPI flash, improve comments for documentation

This commit is contained in:
Piotr Rzeszut
2024-12-29 22:19:32 +01:00
parent b1ba5b3ea6
commit 2ccfa187ab
2 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ static int l_GetFromFlashMemSpiffs(lua_State *L) {
return returnToLuaWithError(L, "No FLASH MEM support");
}
uint32_t start_index = 0, len = 0x40000; //FLASH_MEM_MAX_SIZE
uint32_t start_index = 0, len = 0x40000; // 256kb FLASH_MEM_MAX_SIZE as default value
char destfilename[32] = {0};
size_t size;