-
-
Notifications
You must be signed in to change notification settings - Fork 800
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 unresponsive #288
Comments
Thanks, I'm going to fix it today and to propose for testing. |
Thanks @ivankravets . I am willing to help with testing and providing logs if needed. |
Please try development version where this issue should be fixed http://docs.platformio.org/en/latest/installation.html#development-version |
@ivankravets that seems to fix the issue. Can you confirm where the board library is being downloaded from? From "platformio run" I can see that it is complaining about code in the board libraries that does not exists.(Recent additions) I know the link to the stable version for ESP8266/Arduino changed recently to : http://arduino.esp8266.com/stable/package_esp8266com_index.json I tried "platformio update" and all of the Espressif platform said all versions were up to date. Looking at the ".platformio\packages\framework-arduinoespressif\variants" I can see that the latest stable variants are not included. I tried "Platformio upgrade" but I think it might be failing because its a dev version. Error:
|
@valeros please verify that we use the latest stable version of Espressif framework |
Hi @ivankravets , any luck with this? If you give me some directions on where to check I can have a look? (Thanks.) |
Which problems do yo have with this issue? I see that it's closed and you reported that all work fine. |
If its using the latest stable version of Espressif framework? |
Please open separate issue with it for @valeros |
My environment:
I ran "platformio init --board=esp01" and it started downloading all the dependencies. Did a "platfomrio run" it started building and cam back with a message saying that I was missing an H file. All good!!!
Then I looked into using lib-dir to point to my Arduino libraries and that is when it stopped responding.
Running platformlib returns the usual help text. As soon as I try paramters it just sits there and will only stop when I press control-c.
Have tried to reintalling and going back one version. Have restarted my PC and I am out of idea's... Is there some way to switch on verbose messages or is there a log somewhere that I can check for more details.
I have also tried using the force parameter with no luck? Any ideas?
Would really love to make this work cause I can see there went lots of effort into this project.
The text was updated successfully, but these errors were encountered: