ESP-IDF, the official C SDK, is a bit more work, and there is drama around platform-io, but it’s significantly more stable.
What do you mean ?
```
# platformio.ini
platform = https://github.com/pioarduino/platform-espressif32.git#55.03.37
framework = arduino
```
[0]: https://github.com/pioarduino/platform-espressif32Other than that it works pretty well. This is if you run ESP-IDF, with bare-metal rust it's either best thing ever or meh. Rust community seems to use stm32 and picos more.