I wish to send push notification from Arduino UNO Wifi to my smartphone via PushingBox and PushBullet. I took reference from ESP8266 code and included some libraries to suit UNO Wifi. However, when running the program, it seems unable to pushing server. But I have double-checked the server to be “api.pushingbox.com”. Can anyone tell me what’s wrong with my code please???
Attached is my codes and the result from Serial Monitor.
Serial.println("- connecting to pushing server: " + String(logServer));
There is NO excuse for wrapping a string in a String, just so you can use one Serial.print() statement, instead of two. Quit pissing away resources uselessly.
Something happened when you ran that code. Only YOU can see that,