Skip to content

Commit d57603b

Browse files
committed
update to 26.1.0-RC4
1 parent 82bfcdc commit d57603b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

library/ethos.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,6 +2518,12 @@ function simulator.setAnalog(analog, value) end
25182518
---@param table any # { sec, min, hour, day, month, year, lock }
25192519
function simulator.setDateTime(table) end
25202520

2521+
---Enable / Disable debug.
2522+
---Since: 26.1.0
2523+
---@param command string # only "malloc" allowed
2524+
---@param value boolean
2525+
function simulator.setDebug(command, value) end
2526+
25212527
---Load a model.
25222528
---Since: 1.5.0
25232529
---@param path string

0 commit comments

Comments
 (0)