Multiple dependencies in project.properties

What is the correct format for multiple library dependencies in project.properties or library.properties?

is it this?
name=warm_V6
dependencies.Adafruit_Sensor=1.0.2
dependencies.PARTICLE-GPS=1.0.4

Hello,

Let me ping of the Elites that might know. @peekay123 are you able to help him with this?

Kyle

@zomerfeld, yes, that is the correct format though make sure to get the spelling and case to match the library names. The easiest way to add a dependency to a project (IMO) is to use Particle CLI, using particle library add library_name. Thanks @KyleG!

3 Likes