whitecatboard / Lua-RTOS-ESP32

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

enable cpu.backtrace to be called silently #302

Closed the0ne closed 4 years ago

the0ne commented 5 years ago

cpu.backtrace is now "silent" by default, meaning it will not use printf unless true is passed as a parameter to enable output, e.g. cpu.backtrace(true)

file formatting has been updated in a separate commit.