esp32-simple 0.1.0

Simple ESP32 embedded library with reusable modules for BLE, Wi-Fi, HTTP, GPS, LED control, and more
1
2
3
fn main() {
    embuild::espidf::sysenv::output();
}