You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using an Arduino Nano 33 IOT in combination with Arduino cloud.
After just putting in #include <Fetch.h>
I get the following error:
/usr/local/bin/arduino-cli compile --fqbn arduino:samd:nano_33_iot --libraries /home/builder/opt/libraries/latest --build-cache-path /tmp --output-dir /tmp/260877906/build --build-path /tmp/arduino-build-AE368CC7328FCB720E1058DE3A5AF9B4 --library /mnt/create-efs/webide/f6/8c/f68c6eea0c7e0ac8d2a2abd1ea91c36f:ryanfarber/libraries_v2/Fetch --library /home/builder/opt/libraries/tasker_2_0_3 /tmp/260877906/plantbot_sep27a
Using library seeed_arduino_rpcunified_2_1_4 at version 2.1.4 in folder: /home/builder/opt/libraries/seeed_arduino_rpcunified_2_1_4
Using library freertos_samd51_1_2_0 at version 1.2.0 in folder: /home/builder/opt/libraries/freertos_samd51_1_2_0
In file included from /home/builder/opt/libraries/latest/seeed_arduino_rpcunified_2_1_4/src/esp/esp_event_loop.h:22:0,
from /home/builder/opt/libraries/latest/seeed_arduino_rpcunified_2_1_4/src/esp/esp_lib_unified.h:12,
from /home/builder/opt/libraries/latest/seeed_arduino_rpcunified_2_1_4/src/seeed_rpcUnified.h:11,
from /home/builder/opt/libraries/latest/seeed_arduino_rpcwifi_1_0_6/src/WiFiGeneric.h:26,
from /home/builder/opt/libraries/latest/seeed_arduino_rpcwifi_1_0_6/src/WiFiSTA.h:28,
from /home/builder/opt/libraries/latest/seeed_arduino_rpcwifi_1_0_6/src/WiFi.h:32,
from /home/builder/opt/libraries/latest/seeed_arduino_rpcwifi_1_0_6/src/rpcWiFi.h:1,
from /home/builder/opt/libraries/latest/seeed_arduino_rpcwifi_1_0_6/src/WiFiClientSecure.h:25,
from /mnt/create-efs/webide/f6/8c/f68c6eea0c7e0ac8d2a2abd1ea91c36f:ryanfarber/libraries_v2/Fetch/src/Fetch.cpp:3:
/home/builder/opt/libraries/latest/seeed_arduino_rpcunified_2_1_4/src/esp/esp_event.h:18:10: fatal error: Seeed_Arduino_FreeRTOS.h: No such file or directory
#include "Seeed_Arduino_FreeRTOS.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Error during build: exit status 1
The text was updated successfully, but these errors were encountered:
I'm using an Arduino Nano 33 IOT in combination with Arduino cloud.
After just putting in
#include <Fetch.h>
I get the following error:
The text was updated successfully, but these errors were encountered: