CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

Suggestion: update and synchronize version field in platform.txt

Open lnlp opened this issue 5 years ago • 1 comments

platform.txt contains a version field. It's current value is set to 0.0.1.

name=CubeCell version=0.0.1

The Arduino platform specification states:

The version is currently unused, it is reserved for future use (probably together with the Boards Manager to handle dependencies on cores)

But nonetheless it will be usefull to keep this version in sync with the version of the ASR650x-Arduino core which currently is V1.0.0.

Keeping the version in platform.txt in sync makes it easy to manually check (on file system level) which version of the ASR650x-Arduino core is actually installed, like:

name=CubeCell version=1.0.0

Such file system level check will work consistently for both Arduino IDE and PlatformIO.

lnlp avatar May 21 '20 08:05 lnlp

Thanks for your suggestion, we will fix that in future.

Heltec-Aaron-Lee avatar Aug 13 '20 09:08 Heltec-Aaron-Lee