Closed CelliesProjects closed 6 years ago
Thanks, that fixed it.
What are di command thet I have to execute for updating PlatformIO to https://github.com/me-no-dev/AsyncTCP/tree/idf-update?
@eziosoma in your platformio.ini you can reference AsyncTCP as:
https://github.com/me-no-dev/AsyncTCP.git#master
and it should work with the latest code.
@elfege
update with https://github.com/me-no-dev/AsyncTCP/tree/idf-update
this link is dead... I'm stuck, how did you get it to work? What is platformio.ini? I have no such file anywhere... let me know if you can help...
Of course the link is dead, the branch was deleted after it was merged (and that link was posted in Sept 2018!) platformio.ini is used by PlatformIO and not Arduino IDE so you can ignore that.
In Arduino IDE you need to make sure you are using the latest arduino-esp32 (1.0.1) and AsyncTCP (1.0.3). If you are still having issues please open a new issue rather than comment on a very old one.
@elfege
update with https://github.com/me-no-dev/AsyncTCP/tree/idf-update
this link is dead... I'm stuck, how did you get it to work? What is platformio.ini? I have no such file anywhere... let me know if you can help...
Of course the link is dead, the branch was deleted after it was merged (and that link was posted in Sept 2018!) platformio.ini is used by PlatformIO and not Arduino IDE so you can ignore that.
In Arduino IDE you need to make sure you are using the latest arduino-esp32 (1.0.1) and AsyncTCP (1.0.3). If you are still having issues please open a new issue rather than comment on a very old one.
Thanks for the clarification. I've read about the merge but it wasn't clear to me since I have reinstalled the esp32 environment and got the latest AsyncTCP version and still not compiling... Ok to open a new thread but I'm pretty sure I'll be rerouted to this one as this is what usually happens. Thanks a lot for you answer!
@elfege
Thanks for the clarification. I've read about the merge but it wasn't clear to me since I have reinstalled the esp32 environment and got the latest AsyncTCP version and still not compiling... Ok to open a new thread but I'm pretty sure I'll be rerouted to this one as this is what usually happens. Thanks a lot for you answer!
You may just need to remove the library from the Arduino IDE library manager and re-add it. Most likely the IDE is using a cached copy of the library and not pulling the latest pieces.
Just did that... no joy... It's getting weird (thanks so much for your help!!!)
I'd say open a new issue for tracking and in that we can sort through your issue there. Please be sure to include full compilation output and versions for arduino-esp32 and AsyncTCP.
I'll wait until I've verified I haven't messed something up somewhere when updated to ESP1.0.1. Judging by the fact this is an old issue it's much more likely a problem on my end.
It's working now. I don't know what went wrong bu even after recompiling the core it wouldn't work so I reinstalled it entirely and now it works. Thanks so much @atanisoft for putting me on the right track!
After updating Arduino Core to commit e5ea089a7fd5cc8a96d68aae64dc3b4dcef2315e AsyncTCP does not compile anymore.
A whole lot of errors:
Could be an Arduino Core problem, if so I will open a issue there.