HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
248 stars 137 forks source link

Suggestion: update and synchronize version field in platform.txt #100

Open lnlp opened 4 years ago

lnlp commented 4 years ago

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.

Heltec-Aaron-Lee commented 3 years ago

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