whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 221 forks source link

Endless loop when iterating gdisplay #355

Closed chowette closed 4 years ago

chowette commented 4 years ago

Iterating gdisplay rotable never finish

running

for k,v in pairs(gdisplay) do
    print(k, v)
end

in the interactive shell will print setangleoffset forever.

pull request incoming

chowette commented 4 years ago

The fix is in this commit https://github.com/whitecatboard/Lua-RTOS-ESP32/pull/356/commits/f5b51d052f696e581c8719fa2ba692e20d45aded included in the PR #356 of issue #353