/Users/jps/Projects/asset-tracker/project.properties:
name=WatsonIoTAssetTracker
dependencies.Adafruit_LIS3DH=1.0.3
dependencies.Adafruit_GPS=1.0.3
dependencies.AssetTracker=0.0.10
dependencies.CellularHelper=0.0.4
dependencies.OneWire=2.0.1
dependencies.Adafruit_Sensor=1.0.2
dependencies.google-maps-device-locator=0.0.4
/Users/jps/Projects/asset-tracker/WatsonIoTAssetTracker.ino:
#include <google-maps-device-locator.h>
#include <OneWire.h>
#include <AssetTracker.h>
...
particle compile electron WatsonIoTAssetTracker.ino --saveTo WatsonIoTAssetTracker.bin:
WatsonIoTAssetTracker.ino:9:40: fatal error: google-maps-device-locator.h: No such file or directory
compilation terminated.
../build/module.mk:267: recipe for target '../build/target/user/platform-10-mWatsonIoTAssetTracker.o' failed
make[2]: *** [../build/target/user/platform-10-mWatsonIoTAssetTracker.o] Error 1
make[2]: Leaving directory '/firmware/user'
../../../build/recurse.mk:11: recipe for target 'user' failed
make[1]: Leaving directory '/firmware/modules/electron/user-part'
make[1]: *** [user] Error 2
../build/recurse.mk:11: recipe for target 'modules/electron/user-part' failed
make: *** [modules/electron/user-part] Error 2
Perhpas I’m using the wrong directory so the compiler doesn’t find the include file?