We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8245b5e commit ab6170fCopy full SHA for ab6170f
README.md
@@ -38,7 +38,7 @@ let esp_pins = esp32_wroom_rp::gpio::EspControlPins {
38
ack: pins.gpio10.into_mode::<hal::gpio::FloatingInput>(),
39
};
40
41
-let mut wifi = esp32_wroom_rp::spi::Wifi::init(spi, esp_pins, &mut delay).unwrap();
+let mut wifi = esp32_wroom_rp::wifi::Wifi::init(spi, esp_pins, &mut delay).unwrap();
42
let version = wifi.firmware_version();
43
```
44
0 commit comments