PROGMEM for newer Arduino IDE releases#16
Conversation
switched to eu server updated to correct PROGMEM calls
renamed while debugging
|
Please merge this PR in! It works great and is needed to have this Lib continued to be used. |
|
Hi, The situation is as follows I have added all keys in the pusherclient.cpp. between the "" as you had described. In the example script in IDE, I haven't changed anything, but when I compile I get the following message: Compilation error: no matching function for call to 'PusherClient::connect(const char [18])' When I remove the "your-api-key-here" in the line: I no longer get compile errors. but get as response in the serial monitor: I suspect the error is in that if(client.connect line. i hope you can help me to solve it. |
Hi, just stumbled over your API and tried to make it work. The main problem was that the way to store the strings in the program memory didn't work with newer Arduino IDEs anymore. Also the pusher link has changed. While debugging I renamed the getStringTableItem function of the WebSocketClient but didn't reset it. Other than that it now works with an ethernet feather wing and a teensy++ 2!