fixed the memory corruption

Stinky Lua
This commit is contained in:
2026-02-15 21:16:03 +01:00
parent 76589e67dd
commit 85d08a0a34
4 changed files with 12 additions and 35 deletions

View File

@@ -227,6 +227,8 @@ if os.getenv("NN_REPL") == "1" then
print("exiting repl")
end
collectgarbage("stop")
local eeprom = component.list("eeprom", true)()
assert(eeprom, "missing firmware")