Closed nullstalgia closed 1 year ago
Stolen from Inspired by https://github.com/ayushsharma82/WebSerial/pull/57 .
Much more generic way of defining the class, which allows for things like printf or inserting items like Wifi.localIP() .
printf
Wifi.localIP()
Also, since I replaced all my print statements with this, it would crash when the server wasn't ready. That has been fixed with a quick NULL check.
Thanks a lot for your PR. I'm currently on vacation but I'll review your PR soon. Thanks again so much!
Looks like all error are resolved.
Thanks for your PR again.
Stolen fromInspired by https://github.com/ayushsharma82/WebSerial/pull/57 .Much more generic way of defining the class, which allows for things like
printf
or inserting items likeWifi.localIP()
.Also, since I replaced all my print statements with this, it would crash when the server wasn't ready. That has been fixed with a quick NULL check.