Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Ota demo #1

Open
wants to merge 33 commits into
base: ota_demo
Choose a base branch
from
Open

Ota demo #1

wants to merge 33 commits into from

Conversation

MartinBroers
Copy link

Hello,

Thanks for all the effort you put in this serial updater, exactly what I needed! I made some changes (removed the dependency on the nice interupts, since we don't have them officially in the upstream packages) and updated the underlying esp-idf repositories. I may be a bit verbose with my println!'s, but if you want them to be removed, I'm happy to.

I don't know if you are open to review this PR, but if not, then maybe others can make use of this piece of added code. Please, also let me know if I am doing something weird (with authors in the Cargo.toml for example).

I also rebased back onto the branch from ivmarkov, maybe we can upstream this as an example to his repository?

Thanks in advance,
Martin

ivmarkov and others added 3 commits December 13, 2022 10:18
Also updated embedded-* crates

Changed code to not rely on the (nice) asynchronous added methods, but
just a busy loop in a seperate thread. As we currently lack the async
interruptions, we have to go with this for now.

Signed-off-by: Martin Broers <martin.broers@bluebirdpower.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants