device info

This commit is contained in:
2025-07-29 16:41:22 +02:00
parent 087fd1e9b3
commit 9e33d5a1d2
9 changed files with 243 additions and 6 deletions

View File

@@ -236,9 +236,7 @@ local libcomputer = {
until computer.uptime() >= deadline
end,
beep = computer.beep,
getDeviceInfo = function()
return {} -- yup
end,
getDeviceInfo = computer.getDeviceInfo,
getProgramLocations = function()
return {} -- yup
end,