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 a327789 commit be2248cCopy full SHA for be2248c
cross/dns/src/main.rs
@@ -79,7 +79,7 @@ fn main() -> ! {
79
&mut pac.RESETS,
80
);
81
82
- defmt::info!("ESP32-WROOM-RP join/leave WiFi network");
+ defmt::info!("ESP32-WROOM-RP DNS resolve example");
83
84
// These are implicitly used by the spi driver if they are in the correct mode
85
let _spi_miso = pins.gpio16.into_mode::<hal::gpio::FunctionSpi>();
0 commit comments