ESP32: Use fwrite() instead of printf() for printing strings from Lua. (#1919)
* use fwrite() instead of printf() for printing strings from Lua Fixes #1914.
Please register or sign in to comment
* use fwrite() instead of printf() for printing strings from Lua Fixes #1914.