audio bus crypto display ez global gps keyboard mesh net radio sprite storage synth system wifi

Functions

log() Log message to serial output
ez.log(message)
Sends a log message to the serial console. Messages are prefixed with #LOG#[Lua] for easy filtering. Use for debugging during development. Also available as ez.log() shorthand for convenience.
ParameterDescription
messageText to log
ez.log("Starting initialization")
ez.log("Battery at " .. ez.system.get_battery_percent() .. "%")