I guess you could modify the EspruinoWiFi library send and recv handlers to dump simple information like sent X bytes, recv X bytes - that might help without spamming too much information?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I guess you could modify the EspruinoWiFi library
send
andrecv
handlers to dump simple information likesent X bytes
,recv X bytes
- that might help without spamming too much information?