-
Notifications
You must be signed in to change notification settings - Fork 147
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
PlatformIO 4.x environment settings changed #56
Comments
Thanks for reporting this Proddy.
Will take a look shortly, and write a backwards-compatible fix.
Rick
…On Sun, Nov 24, 2019 at 10:26 AM Proddy ***@***.***> wrote:
On my win10 environmment, PlatformIO uses different environment variables,
so to build the firmware I had to change PROJECTLIBDEPS_DIR to
PROJECT_LIBDEPS_DIR in the file timelib_fix.py.
To reproduce delete .pio folder and re-build. I used print(env.Dump()) in
the script to find the right variable to use.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#56?email_source=notifications&email_token=AAKE4VH7LM2J3T4MCERN7NTQVJJDXA5CNFSM4JQ6M672YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3TXBXA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKE4VE6NWCJUNK7EMZSPF3QVJJDXANCNFSM4JQ6M67Q>
.
|
Merged a fix for this this morning, please can you verify it works for you? |
confirmed build works again. thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my win10 environmment, PlatformIO uses different environment variables, so to build the firmware I had to change
PROJECTLIBDEPS_DIR
toPROJECT_LIBDEPS_DIR
in the filetimelib_fix.py
.To reproduce delete .pio folder and re-build. I used
print(env.Dump())
in the script to find the right variable to use.The text was updated successfully, but these errors were encountered: