[SOLVED] Compiler Errors With GET data Example For Linkit One

I have had success POSTing data to Ubidots from our Linkit One board. I am now trying to GET data from Ubidots.

I’ve not been successful compiling the example code in “Section 3. Receiving (GET) data from Ubidots” on theconnect-a-linkit-one-to-ubidots-using-wi-fi-over-http web page. So far, I’ve only made minor changes to the code to add our WiFi network SSID, password, variables, etc.

I’ve pasted the compiler errors that I’ve gotten below. The line numbers will be slightly different than those posted on the web. Perhaps the example code on your web page has a bug or a typo. Perhaps I am using an incompatible version of the compiler or Arduino IDE.

> Arduino: 1.8.5 (Windows 7), Board: "LinkIt ONE"
> 
> C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\hardware -hardware C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages -tools C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\tools-builder -tools C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -tools C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\libraries -libraries C:\Users\Jfox\Linkit\libraries -fqbn=LinkIt:arm:linkit_one -ide-version=10805 -build-path C:\Users\Jfox.RAFTNET\AppData\Local\Temp\arduino_build_816765 -warnings=all -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.linkit_tools.path=C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\linkit_tools\1.1.23 -prefs=runtime.tools.arm-none-eabi-gcc.path=C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1 -verbose C:\Users\Jfox\Linkit\ubidots-arduino-wifi-master\Examples_to_send_and_get_data_ubidots_linkit_wifi\ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led.ino
> C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\arduino-builder -compile -logger=machine -hardware C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\hardware -hardware C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages -tools C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\tools-builder -tools C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\hardware\tools\avr -tools C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\libraries -libraries C:\Users\Jfox\Linkit\libraries -fqbn=LinkIt:arm:linkit_one -ide-version=10805 -build-path C:\Users\Jfox.RAFTNET\AppData\Local\Temp\arduino_build_816765 -warnings=all -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.linkit_tools.path=C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\linkit_tools\1.1.23 -prefs=runtime.tools.arm-none-eabi-gcc.path=C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1 -verbose C:\Users\Jfox\Linkit\ubidots-arduino-wifi-master\Examples_to_send_and_get_data_ubidots_linkit_wifi\ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led.ino
> Using board 'linkit_one' from platform in folder: C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23
> Using core 'arduino' from platform in folder: C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23
> Warning: platform.txt from core 'MediaTek ARM7 EJ-S (32-bits) Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
> Detecting libraries used...
> "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -O2  -ffunction-sections -fdata-sections -fvisibility=hidden -fpic -mthumb -mlittle-endian -nostdlib -fno-non-call-exceptions -fno-rtti -fno-exceptions -Dprintf=iprintf "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" -w -x c++ -E -CC -mcpu=arm7tdmi-s -DF_CPU=84000000L -DARDUINO=10805 -DARDUINO_MTK_ONE -DARDUINO_ARCH_ARM -D__COMPILER_GCC__ -D__LINKIT_ONE__ -D__LINKIT_ONE_RELEASE__ -mthumb -DUSB_VID=0x0E8D -DUSB_PID=0x0023 -DUSBCON '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="LinkIt ONE"' "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\cores\arduino" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\variants\linkit_one" "C:\Users\Jfox.RAFTNET\AppData\Local\Temp\arduino_build_816765\sketch\compile_test_ubidots_to_linkit_led.ino.cpp" -o "nul"
> "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -O2  -ffunction-sections -fdata-sections -fvisibility=hidden -fpic -mthumb -mlittle-endian -nostdlib -fno-non-call-exceptions -fno-rtti -fno-exceptions -Dprintf=iprintf "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" -w -x c++ -E -CC -mcpu=arm7tdmi-s -DF_CPU=84000000L -DARDUINO=10805 -DARDUINO_MTK_ONE -DARDUINO_ARCH_ARM -D__COMPILER_GCC__ -D__LINKIT_ONE__ -D__LINKIT_ONE_RELEASE__ -mthumb -DUSB_VID=0x0E8D -DUSB_PID=0x0023 -DUSBCON '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="LinkIt ONE"' "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\cores\arduino" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\variants\linkit_one" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi" "C:\Users\Jfox.RAFTNET\AppData\Local\Temp\arduino_build_816765\sketch\compile_test_ubidots_to_linkit_led.ino.cpp" -o "nul"
> "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -O2  -ffunction-sections -fdata-sections -fvisibility=hidden -fpic -mthumb -mlittle-endian -nostdlib -fno-non-call-exceptions -fno-rtti -fno-exceptions -Dprintf=iprintf "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" -w -x c++ -E -CC -mcpu=arm7tdmi-s -DF_CPU=84000000L -DARDUINO=10805 -DARDUINO_MTK_ONE -DARDUINO_ARCH_ARM -D__COMPILER_GCC__ -D__LINKIT_ONE__ -D__LINKIT_ONE_RELEASE__ -mthumb -DUSB_VID=0x0E8D -DUSB_PID=0x0023 -DUSBCON '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="LinkIt ONE"' "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\cores\arduino" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\variants\linkit_one" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi" "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi\LWiFi.cpp" -o "nul"
> "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -O2  -ffunction-sections -fdata-sections -fvisibility=hidden -fpic -mthumb -mlittle-endian -nostdlib -fno-non-call-exceptions -fno-rtti -fno-exceptions -Dprintf=iprintf "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" -w -x c++ -E -CC -mcpu=arm7tdmi-s -DF_CPU=84000000L -DARDUINO=10805 -DARDUINO_MTK_ONE -DARDUINO_ARCH_ARM -D__COMPILER_GCC__ -D__LINKIT_ONE__ -D__LINKIT_ONE_RELEASE__ -mthumb -DUSB_VID=0x0E8D -DUSB_PID=0x0023 -DUSBCON '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="LinkIt ONE"' "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\cores\arduino" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\variants\linkit_one" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi" "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi\LWiFiClient.cpp" -o "nul"
> "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -O2  -ffunction-sections -fdata-sections -fvisibility=hidden -fpic -mthumb -mlittle-endian -nostdlib -fno-non-call-exceptions -fno-rtti -fno-exceptions -Dprintf=iprintf "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" -w -x c++ -E -CC -mcpu=arm7tdmi-s -DF_CPU=84000000L -DARDUINO=10805 -DARDUINO_MTK_ONE -DARDUINO_ARCH_ARM -D__COMPILER_GCC__ -D__LINKIT_ONE__ -D__LINKIT_ONE_RELEASE__ -mthumb -DUSB_VID=0x0E8D -DUSB_PID=0x0023 -DUSBCON '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="LinkIt ONE"' "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\cores\arduino" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\variants\linkit_one" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi" "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi\LWiFiServer.cpp" -o "nul"
> "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -O2  -ffunction-sections -fdata-sections -fvisibility=hidden -fpic -mthumb -mlittle-endian -nostdlib -fno-non-call-exceptions -fno-rtti -fno-exceptions -Dprintf=iprintf "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" -w -x c++ -E -CC -mcpu=arm7tdmi-s -DF_CPU=84000000L -DARDUINO=10805 -DARDUINO_MTK_ONE -DARDUINO_ARCH_ARM -D__COMPILER_GCC__ -D__LINKIT_ONE__ -D__LINKIT_ONE_RELEASE__ -mthumb -DUSB_VID=0x0E8D -DUSB_PID=0x0023 -DUSBCON '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="LinkIt ONE"' "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\cores\arduino" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\variants\linkit_one" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi" "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi\LWiFiUdp.cpp" -o "nul"
> Generating function prototypes...
> "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -O2  -ffunction-sections -fdata-sections -fvisibility=hidden -fpic -mthumb -mlittle-endian -nostdlib -fno-non-call-exceptions -fno-rtti -fno-exceptions -Dprintf=iprintf "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" -w -x c++ -E -CC -mcpu=arm7tdmi-s -DF_CPU=84000000L -DARDUINO=10805 -DARDUINO_MTK_ONE -DARDUINO_ARCH_ARM -D__COMPILER_GCC__ -D__LINKIT_ONE__ -D__LINKIT_ONE_RELEASE__ -mthumb -DUSB_VID=0x0E8D -DUSB_PID=0x0023 -DUSBCON '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="LinkIt ONE"' "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\cores\arduino" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\variants\linkit_one" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi" "C:\Users\Jfox.RAFTNET\AppData\Local\Temp\arduino_build_816765\sketch\compile_test_ubidots_to_linkit_led.ino.cpp" -o "C:\Users\Jfox.RAFTNET\AppData\Local\Temp\arduino_build_816765\preproc\ctags_target_for_gcc_minus_e.cpp"
> "C:\Program Files\Mediatek\arduino-1.8.5-windows\arduino-1.8.5\tools-builder\ctags\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\Users\Jfox.RAFTNET\AppData\Local\Temp\arduino_build_816765\preproc\ctags_target_for_gcc_minus_e.cpp"
> Compiling sketch...
> "C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -O2 -MMD -ffunction-sections -fdata-sections -fvisibility=hidden -fpic -mthumb -mlittle-endian -nostdlib -fno-non-call-exceptions -fno-rtti -fno-exceptions -Dprintf=iprintf "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" -mcpu=arm7tdmi-s -DF_CPU=84000000L -DARDUINO=10805 -DARDUINO_MTK_ONE -DARDUINO_ARCH_ARM -D__COMPILER_GCC__ -D__LINKIT_ONE__ -D__LINKIT_ONE_RELEASE__ -mthumb -DUSB_VID=0x0E8D -DUSB_PID=0x0023 -DUSBCON '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="LinkIt ONE"' "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\system/libmtk/include" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\cores\arduino" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\variants\linkit_one" "-IC:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi" "C:\Users\Jfox.RAFTNET\AppData\Local\Temp\arduino_build_816765\sketch\compile_test_ubidots_to_linkit_led.ino.cpp" -o "C:\Users\Jfox.RAFTNET\AppData\Local\Temp\arduino_build_816765\sketch\compile_test_ubidots_to_linkit_led.ino.cpp.o"
> compile_test_ubidots_to_linkit_led:41: error: expected ',' or '...' before string constant
> 
>    #define VAR_LABEL "led"
> 
>                      ^
> 
> C:\Users\Jfox\Linkit\ubidots-arduino-wifi-master\Examples_to_send_and_get_data_ubidots_linkit_wifi\ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led.ino:78:23: note: in expansion of macro 'VAR_LABEL'
> 
>  float get_value(char* VAR_LABEL)
> 
>                        ^
> 
> C:\Users\Jfox\Linkit\ubidots-arduino-wifi-master\Examples_to_send_and_get_data_ubidots_linkit_wifi\ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led.ino: In function 'void loop()':
> 
> C:\Users\Jfox\Linkit\ubidots-arduino-wifi-master\Examples_to_send_and_get_data_ubidots_linkit_wifi\ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led\compile_test_ubidots_to_linkit_led.ino:142:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
> 
>      float last_value = get_value(VAR_LABEL);
> 
>                                          ^
> 
> Using library LWiFi in folder: C:\Users\Jfox.RAFTNET\AppData\Local\Arduino15\packages\LinkIt\hardware\arm\1.1.23\libraries\LWiFi (legacy)
> exit status 1
> expected ',' or '...' before string constant

[SOLVED] There is a typo on Help.ubidots.com. The sample GET code uses the previously define macro VAR_LABEL as a prototype argument in the get_value function. The page should be fixed to use a variable argument, e.g. var_label.

Hi there, thanks for sharing this valuable feedback, we will be reviewing the example to fix it.

All the best