J-Rios / Arduino-esp32sshclient

Arduino library for ESP32 that implements an SSH client to connect and execute commands in a remote Server.
GNU General Public License v3.0
45 stars 13 forks source link

Replace output with logging #5

Closed ScaredyCat closed 1 year ago

ScaredyCat commented 2 years ago

Use Arduino logging for output which allows compilation without output to serial. Set to log_d because it is useful to see when debugging code but generally not always desirable.