/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:16:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
Ubidots client(TOKEN);
^
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino: In function ‘void setup()’:
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:21:60: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
client.wifiConnection(WLAN_SSID, WLAN_PASS, WLAN_SECURITY);
^
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:21:60: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino: In function ‘void loop()’:
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:26:35: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
float value = client.getValue(ID);
^
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:26:9: warning: unused variable ‘value’ [-Wunused-variable]
float value = client.getValue(ID);
^
Sketch uses 55,340 bytes (35%) of program storage space. Maximum is 155,648 bytes.
Starting download script…
SUCCESS: Sketch will execute in about 5 seconds.