io Library
The io library has been simplified and only a subset of functions and their functionality is available. What follows is a complete reference of io functions that are available to EdgeTX scripts
Available functions:
io.open()
io.close()
io.read()
io.write()
io.seek()
Examples
Read the whole file
Append data to file
Last updated
Was this helpful?