apollolabsdev

Results 11 comments of apollolabsdev

I edited the original comment to reflect the accurate configuration as I made an error before in the configuration name. The name I stated, in the beginning, was `ESP_IDF_VERSION` while...

Yes, I forgot to mention that though, I did delete `.embuild` and ran `cargo clean` several times before running `cargo build` again. All ending up with the same result. `ESP_IDF_VERSION`...

Has anything changed recently on the `cargo generate` template? This issue has appeared all over again regardless of the `ESP_IDF_TOOLS_INSTALL_DIR` option I used. I delete `.embuild` and run a `cargo...

Awesome, it works! I was getting by using the 4.4 version of the ESP-IDF as I didn't face the same issue there.

Great idea @jamesmunns. Here's my two-cent: https://apollolabsblog.hashnode.dev/embedded-rust-education-2023-reflections-2024-visions

> > Great idea @jamesmunns. Here's my two-cent: https://apollolabsblog.hashnode.dev/embedded-rust-education-2023-reflections-2024-visions > > Dude, you're awesome - your blog posts have been incredibly helpful in inducting me into a side of rust...

> This feature request has almost made it to the [top of the list](https://wokwi.com/features), so I'm starting to plan the implementation. My thoughts so far: > > There will be...

Correct. For the ESP32-C3s. Though the devkitM utilizes an external USB-UART bridge ([schematic](https://dl.espressif.com/dl/schematics/SCH_ESP32-C3-DEVKITM-1_V1_20200915A.pdf)).

I understand the concerns raised about linking to paid resources. I was initially skeptical as well, so I carefully reviewed the contribution guidelines before submitting the pull request. I did...

Has Github integration for the website been abandoned with VSCode as the alternative? A use case still exists where syncing the website with GitHub is beneficial. In my case, with...