-
Notifications
You must be signed in to change notification settings - Fork 10
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
upgrade to esp-wifi 0.9.1 #51
Conversation
removed duplicate functions increased heap memory updated examples cargo.toml
on esp32 the increased size of the heap does not compile.
Can this be merged or should I change anything? It's important since with |
Thanks!
The examples should be changed to use |
Done.
I'm not familiar with this. Should it just be added? I noticed things changed post 0.9.1 but Or maybe I'm missing something? |
ah sorry - you are right that change is not yet released |
I guess the fact the examples don't work currently because of the heap-size is a bit unfortunate - after the next release we have more RAM to use so maybe it's fine for now @AnthonyGrondin what do you think? |
The examples do work on |
Yes since 0.9.0 a few things which used to be allocated statically are now allocated on the heap - so that's fine |
I'm fine with any outcome. Some examples won't compile with I have somewhere a branch where I updated to the latest HEAD for Once esp-rs/esp-hal#2137 is in a new release, I'd like to tackle the issues of memory usage, now that it would be easier to do so. |
removed duplicate functions
increased heap memory
updated examples cargo.toml