ayushsharma82 / WebSerial

A remote terminal library for wireless microcontrollers to log, monitor or debug your firmware/product
https://webserial.pro
GNU Affero General Public License v3.0
461 stars 108 forks source link

Add printf #11

Closed rikki78 closed 3 years ago

rikki78 commented 3 years ago

The ESP32 and ESP8266 support printf statements and it would be great if this library could support those also. Do you see any possibilities to implement that?

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

VedantParanjape commented 3 years ago

You could use this library: www.github.com/VedantParanjape/esp-wifi-logger

ayushsharma82 commented 3 years ago

Added support for printf function in WebSerial Pro library.