Search found 1 match
- Sat Feb 10, 2024 11:47 am
- Forum: ESP-IDF
- Topic: ESP32-C3 disconnecting after starting Wi-Fi
- Replies: 0
- Views: 317
ESP32-C3 disconnecting after starting Wi-Fi
My ESP32-C3 disconnects when I add this Rust code (note: there are no errors whatsoever): use embedded_svc::wifi::{ClientConfiguration, Configuration, Wifi}; let mut wifi_driver = EspWifi::new(peripherals.modem, sys_loop, Some(nvs)).unwrap(); wifi_driver.start().unwrap(); // more specifically, this ...