Update blinky_wifi example name

The RP pico w 2 blinky example is currently called `blinky_wifi`
This commit is contained in:
Mark Murphy 2025-04-12 21:02:51 -04:00 committed by GitHub
parent 659c616f9f
commit 88b5752960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
//! This example test the RP Pico on board LED.
//!
//! It does not work with the RP Pico W board. See wifi_blinky.rs.
//! It does not work with the RP Pico W board. See `blinky_wifi.rs`.
#![no_std]
#![no_main]