Skip to content
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

Not able to build "dev" branch with new "Platform" settings in platformio.ini #354

Closed
christofkac opened this issue Jan 18, 2020 · 1 comment

Comments

@christofkac
Copy link
Contributor

christofkac commented Jan 18, 2020

Hi,
I just cloned the "dev" branch to build eps-rfid with all the nice features.
Using the commandline "platformio run" on windows as decribed in the manual, I get many build errors.
I captured the output here: https://pastebin.com/Vjv17b9F

As I was successfully able to build stable I checked the differences and found out, that changing the platform in platformio.ini back to the version from stable enables me to build.

So my configuration of [common] is now the following:
[common] ;platform = espressif8266@2.0.4 ;platform = espressif8266@2.2.3 platform = https://github.com/platformio/platform-espressif8266.git

which builds successfully.
Neither of the above lines (2.0.4 / 2.2.3) is buildable.

I just checked the platformio github page https://github.com/platformio/platform-espressif8266/releases and have seen, that 2.3.2 is the latest.
After checking
platform = espressif8266@2.3.2
I can confirm that this works, too.

Bye
Christof

@omersiar
Copy link
Collaborator

Thanks for reporting, it's time to re-enable weekly builds on Travis.

christofkac added a commit to christofkac/esp-rfid that referenced this issue Jan 19, 2020
omersiar added a commit that referenced this issue Jan 19, 2020
Fix for #354 (platform setting breaks buildability)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants