-
-
Notifications
You must be signed in to change notification settings - Fork 221
Howto use dedicated stage version #49
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
same problem here @ivankravets , the git version bumped to rc2 which breaks a lot of stuff. So Staging is currently broken, can we somehow fix to a specific commit? |
@universam1 See https://travis-ci.org/esp8266/Arduino How to reproduce your issue? |
thanks @ivankravets here is my log output https://travis-ci.org/universam1/iSpindel Currently ESPAsync is not compatible with 2.4 RC2, so my question is can we pin the stage to a commit like RC1 as a known good state? The point is, since staging is actually development branch of Arduino, these things will happen over and over again. Thats why these issues are opened. Think there is no way around having this option. |
Looks like I have to move away from PIO @ivankravets as building is broken now for a longer time. There are a number of open issues with https://github.com./me-no-dev/ESPAsyncTCP being outdated but important and we can't pin to a commit with PIO. So the only solution is using Arduino IDE again, too bad ... |
Could you try to use
Does it work with the development version? |
@me-no-dev could you publish a new release of https://github.com./me-no-dev/ESPAsyncTCP ? Thanks! |
@ivankravets This actually untied the knot, I'm extremly happy! 😄 Thank you alot! |
I'm really glad to see that a specific problem has been solved, nonetheless I would be very keen to know if there is a solution to the broader, original question: Is it possible to use a specific staging version (like RC1) ? Many thanks in advance! |
@me-no-dev Thanks a lot! @pfabri it is possible
For example,
Now in your
|
I forgot, now in your
|
@ivankravets |
Why is this so hard? Surely there is an easier way to do this ? |
So I tried the following:
But it won't run.
|
For me, I need one more step:
|
Is there a way to install and select a dedicated commit# version from git? I want to use 2.4.0-RC1 but not floating latest git version. Regards Tobias
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: