I spent the evening making progress with writing rust for an ESP32-C3 microcontroller.
✅ I can connect to wifi, awyiss
🚫 I am still figuring out how to get a working SPI config with esp_idf_hal so that I might draw to little SPI-driven display. I am still so very lost at this part. Different hals use different naming conventions, I'm poring through the docs to figure out how to create the thing that the embedded_graphics driver expects as an SPI interface. Ow.

