miharoot
Results
1
comments of
miharoot
to see how many ping errors there were ESPping.h: class PingClass { public: byte errors(); ESPping.cpp: byte PingClass::errors() { return _errors; }