Closed hasenradball closed 5 years ago
PR was tested, it works fine for Serial.
Should also work with the
Hi @hasenradball , sorry for not reacting earlier. Unfortunately I had sone deadlines this week. I am very grateful for your PR. I will take a look tonight and probably also merge it then.
Looks good and runs on ESP32 and 8266. Thank you for the PR :+1:
Youre welcome :-)
This PR includes the following changes:
USE_SERIAL
and replace it byif (Serial) Serial. ...
Therefore the serial output is printed if a Serial Connection is set up bySerial.begin(...)
, if not the serial output is not printed.