Open lmans12 opened 7 years ago
same here any help would be appreciated
I fixed it with changing version of the electron device
Hey lmans12,
There is a bookmark like button on the sidebar: "Browse and manage Particle libraries" and there you can search for AssetTracker and click use, be careful because by default particle will create a "src" dir in your project and it will search for your source files there. You will have a project.properties file that's where the magic happens.
I am trying to implement the 1_GPS_Features example of the Asset Tracker Library onto my electron asset tracker. However, when I try to compile the given code (in the Particle Web IDE), I get an error message saying-
1_gps_features.cpp:10:26: fatal error: AssetTracker.h: No such file or directory
The AssetTracker.h file is clearly in the library that the code is implementing so I do not understand why this error is occurring. Any suggestions?