platformio / platform-linux_arm

Linux ARM: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/linux_arm
Apache License 2.0
19 stars 25 forks source link

Update framework-artik-sdk to version 1.2.x #7

Closed glemercier closed 7 years ago

glemercier commented 7 years ago

New version of the ARTIK SDK has been released, making it available in framework-artik-sdk. Full API documentation available here: https://developer.artik.io/documentation/api/

glemercier commented 7 years ago

ARTIK SDK 1.3 is now out therefore I need to update this PR. Does it make more sense to let the system pick the most recent version of the framework unless stated otherwise by the application configuration (like this patch would do) or is it better to always bind the framework to a specific package version? In the latter case would it be better for me to rename the package version from "1.3.0" to "1.130" as done with the wiringPi framework? Let me know what is the best way to proceed.

ivankravets commented 7 years ago

How about "version": "*"? Any versions from your registry?

ivankravets commented 7 years ago

Thanks! I changed it to *.

glemercier commented 7 years ago

Great, thanks a lot!

ivankravets commented 7 years ago

Excuse me for the late response. I missed that PR :(