Skip to content

Commit be2248c

Browse files
calebbourgjhodapp
andauthored
Update cross/dns/src/main.rs
Co-authored-by: Jim Hodapp <james.hodapp@gmail.com>
1 parent a327789 commit be2248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross/dns/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn main() -> ! {
7979
&mut pac.RESETS,
8080
);
8181

82-
defmt::info!("ESP32-WROOM-RP join/leave WiFi network");
82+
defmt::info!("ESP32-WROOM-RP DNS resolve example");
8383

8484
// These are implicitly used by the spi driver if they are in the correct mode
8585
let _spi_miso = pins.gpio16.into_mode::<hal::gpio::FunctionSpi>();

0 commit comments

Comments
 (0)