timum-viw / socket.io-client

A socket.io-client implementation for ESP8266 and Arduino
228 stars 90 forks source link

cannot disable "[SIoC] trigger event ..." message #72

Closed fandrupaw closed 3 years ago

fandrupaw commented 4 years ago

can you paste an example code of how to disable debug messages ?

It would be great to add "enabling/disabling debug mode" paragraph to readme

fandrupaw commented 4 years ago

my headers looks like below

#define NODEBUG_SOCKETIOCLIENT

#include <Arduino.h>
#include <ESP8266WiFi.h>
#include <ArduinoJson.h>

#include <SocketIoClient.h>

...