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 work in an environment Ubuntu 16.04 LTS and I use a Teensy microcontroller 3.2.
I downloaded Telemetry-2.0.1 and I identified the file telemetry_version.h
With the compiler of the Arduino IDE:
#include <telemetry_version.h>
generates an error, details are:
Arduino : 1.6.9 (Linux), TD: 1.30, Carte : "Teensy 3.2 / 3.1, Serial, 96 MHz optimize speed (overclock), US English"
/home/leruste/SCAO/Arduino/test/test.ino/test.ino.ino:1:31: fatal error: telemetry_version.h: No such file or directory
#include <telemetry_version.h>
^
compilation terminated.
Error compiling for board Teensy 3.2 / 3.1.
Ce rapport pourrait être plus détaillé avec
l'option "Afficher les résultats détaillés de la compilation"
activée dans Fichier -> Préférences.
In advance, thank you for helping me solve this problem.
Cordially.
Regis LERUSTE
The text was updated successfully, but these errors were encountered:
I work in an environment Ubuntu 16.04 LTS and I use a Teensy microcontroller 3.2.
I downloaded Telemetry-2.0.1 and I identified the file telemetry_version.h
With the compiler of the Arduino IDE:
In advance, thank you for helping me solve this problem.
Cordially.
Regis LERUSTE
The text was updated successfully, but these errors were encountered: