We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc7fe9 commit 5143ce7Copy full SHA for 5143ce7
Event viewer.lua
@@ -9,7 +9,20 @@ function sysCall_init()
9
sim.test('sim.enableEvents', true)
10
sim.test('sim.mergeEvents', true)
11
sim.test('sim.cborEvents', true)
12
- consoleHandle = sim.auxiliaryConsoleOpen('Event viewer', 500, 16)
+ consoleHandle = sim.auxiliaryConsoleOpen('Event viewer', 500, 20)
13
+ checkClosed = function()
14
+ if sim.auxiliaryConsolePrint(consoleHandle, '') == 0 then
15
+ return {cmd = 'cleanup'}
16
+ end
17
18
+end
19
+
20
+function sysCall_nonSimulation()
21
+ return checkClosed()
22
23
24
+function sysCall_sensing()
25
26
end
27
28
function sysCall_addOnScriptSuspend()
0 commit comments