Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Is it possible/reasonable to tag versions of the esp-idf-sys crate that are released to crates.io? I'm hoping to see at a glance what the source is for different crate versions. Tags seem like a natural approach for this.
Ah! I opened this issue in the wrong repo... :/
I was exploring a build error that seems to propagate up from esp-idf-sys and opened the issue in wrong browser tab; my apologies.
See the issue here.
Is it possible/reasonable to tag versions of the
esp-idf-sys
crate that are released to crates.io? I'm hoping to see at a glance what the source is for different crate versions. Tags seem like a natural approach for this.