esp-rs / std-training

Embedded Rust on Espressif training material.
https://esp-rs.github.io/std-training
Apache License 2.0
606 stars 78 forks source link

Update training to latest releases #257

Closed SergioGasquez closed 3 months ago

Vollbrecht commented 3 months ago

Two more things on the to-do list.

SergioGasquez commented 3 months ago

Thanks for the input @Vollbrecht! I think I addressed all the review comments but the UUID one, which can be implemented in a following PR

Vollbrecht commented 3 months ago

Thanks for the input @Vollbrecht! I think I addressed all the review comments but the UUID one, which can be implemented in a following PR

Yeah the uuid thing was quite strange ;D can you actually communicate using that hard coded UUID through a public broker with the host-client and the esp? It never worked for me till i changed it.

Vollbrecht commented 3 months ago

also one little thing, could you co-author your first commit with juliankrieger julian.krieger@me.com as he did also some of the changes the same way but for 0.48 so we can close https://github.com/esp-rs/std-training/pull/243

SergioGasquez commented 3 months ago

can you actually communicate using that hard coded UUID through a public broker with the host-client and the esp?

Didn't tried with a public broker, I did in the past, and it worked, but not recently.