-
Notifications
You must be signed in to change notification settings - Fork 13.3k
getCoreVersion reports 00000000 on Windows #3657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you using the latest version from git, or the latest release package?
…On Wed, Sep 27, 2017 at 9:12 AM, Shawn A ***@***.***> wrote:
Is this normal ? Is there something wrong with my platform environment ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3657>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN_Az-01q9dOL-0dk3nOrRMzl7wRB8cks5smVqzgaJpZM4Pk0KX>
.
|
ahhhhh, I am using platformio staging, which uses repo not release. So this is normal I assume |
I believe the coreversion gets computed and stored as part of the release
build process, so this would be expected for repo usage.
I haven't looked, so I'm not sure how simple it would be to change that,
but if people are using direct from repo it might be useful if it could be
something more meaningful (so you can actually tell the version from code,
which I presume is the aim :)
…On Wed, Sep 27, 2017 at 9:34 AM, Shawn A ***@***.***> wrote:
ahhhhh, I am using platformio staging, which uses repo not release.
So this is normal I assume
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3657 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN_AywyAXsWd9TKKpQPit9z135yGGXIks5smV_TgaJpZM4Pk0KX>
.
|
It should work for git version, if you are using Arduino IDE. There is a
hook in platform.txt which launches git to figure out the version.
Might be something that hasn't been ported over to platformio build script.
…On Wed, Sep 27, 2017, 04:38 Julian Davison ***@***.***> wrote:
I believe the coreversion gets computed and stored as part of the release
build process, so this would be expected for repo usage.
I haven't looked, so I'm not sure how simple it would be to change that,
but if people are using direct from repo it might be useful if it could be
something more meaningful (so you can actually tell the version from code,
which I presume is the aim :)
On Wed, Sep 27, 2017 at 9:34 AM, Shawn A ***@***.***> wrote:
> ahhhhh, I am using platformio staging, which uses repo not release.
>
> So this is normal I assume
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#3657 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AAN_AywyAXsWd9TKKpQPit9z135yGGXIks5smV_TgaJpZM4Pk0KX
>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3657 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEJceo78FE_oSVVD6HaOFbioIW9Ee-0mks5smWCsgaJpZM4Pk0KX>
.
|
Ah, okay. The version I currently have in operation has |
I see the hook, let me see if i can figure something out with platformio |
Looks like I am having issues with this on osx platformio with release |
I ran into this too. |
Can you try my alpha release channel to check if this issue is fixed ? |
Is this normal ? Is there something wrong with my platform environment ?
The text was updated successfully, but these errors were encountered: