ArduinoPusherClient
ArduinoPusherClient copied to clipboard
Deprecated
Hi, I get this warning from pusher: "Pusher protocol versions <= 3 have been deprecated. Support will be removed after November 2013"
So you have any plans to update the library?
+1
Open PusherClient.cpp file and modify this line:
prog_char pusherPath[] PROGMEM = "/app/{0}?client=js&version=1.9.0";
To: prog_char pusherPath[] PROGMEM = "/app/{0}?client=js&version=2.1&protocol=7";