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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: