Update src/boot.lua

This commit is contained in:
xomf 2024-08-17 21:31:38 +00:00
parent 66aaaefa63
commit 4d95562f84

View File

@ -31,6 +31,9 @@ local function boot()
os.reboot()
end
monitor.setTextScale(1)
monitor.clear()
end
boot()