esp32-simple 0.1.1

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();
}