Rey Mat in MATLAB Answers
上次活动时间: 2021-5-27

Hello I used the example program to write data to ThingSpeak and I have the following compilation error c:/users/name/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\nodemcuv2\src\main.cpp.o:(.text.setup+0xc): undefined reference to `ThingSpeak' collect2.exe: error: ld returned 1 exit status *** [.pio\build\nodemcuv2\firmware.elf] Error 1 Here my include files #include <Arduino.h> #include <ESP8266WiFi.h> #include <secrets.h> #include <ThingSpeak.h> // always include thingspeak header file after other header files and custom macros I've searched on the web but I can't find a solution. If anyone can help me. Thank you in advance.

关于 ThingSpeak

The community for students, researchers, and engineers looking to use MATLAB, Simulink, and ThingSpeak for Internet of Things applications. You can find the latest ThingSpeak news, tutorials to jump-start your next IoT project, and a forum to engage in a discussion on your latest cloud-based project. You can see answers to problems other users have solved and share how you solved a problem.