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

Bump esp-idf tag version to v4.4.4 #180

Closed Vollbrecht closed 1 year ago

Vollbrecht commented 1 year ago

A user in the matrix chat had some problems, using the wifi. The problem he encountered was a wired network state his router pushed him in. This is happening when flashing the chip -> it starts and tries to connect to a wifi -> user than starts to attach with espmonitor -> reseting the esp (nuking the current connection)-> special network refuses to connect wifi again(looking user out for some minutes). There is a "fix" in the newer version of esp-idf that presents the user here with a more clear error.

SergioGasquez commented 1 year ago

IMHO, if we bump version to v4.4.4 it should be for all project, since it's a relevant change maybe we can discuss it in the next community meeting.

SergioGasquez commented 1 year ago

IMHO, if we bump version to v4.4.4 it should be for all project, since it's a relevant change maybe we can discuss it in the next community meeting.

The issue was discussed in yesterday's meeting and we've decided to update the tag, I'll create a PR to handle it!

Vollbrecht commented 1 year ago

IMHO, if we bump version to v4.4.4 it should be for all project, since it's a relevant change maybe we can discuss it in the next community meeting.

The issue was discussed in yesterday's meeting and we've decided to update the tag, I'll create a PR to handle it!

I could not made it yesterday. Thank you for addressing it.