You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added flag to suppress short packet errors. Add #define SUPPRESS_ERROR_SHORT_PACKET before #include <Arduino_SNMP_Manager.h>
Added flag to suppress failed to parse errors. Add #define SUPPRESS_ERROR_FAILED_PARSE before #include <Arduino_SNMP_Manager.h>
Corrected some spelling mistakes.