aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-12-25 22:50:27 +0100
committerDario Nieuwenhuis <[email protected]>2022-12-25 22:50:59 +0100
commit076ada4c0233d2f89c89cda4c01910a86add90ac (patch)
tree0f1aaed0e8291c889359b68831ed5469e0cba127 /examples
parent42cc0c6d736f6d296ef2a6a636ddf8733cdcd7c6 (diff)
Add feature to display console logs from the wifi firmware.
Diffstat (limited to 'examples')
-rw-r--r--examples/rpi-pico-w/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpi-pico-w/Cargo.toml b/examples/rpi-pico-w/Cargo.toml
index bb44667de..b817289e5 100644
--- a/examples/rpi-pico-w/Cargo.toml
+++ b/examples/rpi-pico-w/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5 5
6 6
7[dependencies] 7[dependencies]
8cyw43 = { path = "../../", features = ["defmt"]} 8cyw43 = { path = "../../", features = ["defmt", "firmware-logs"]}
9embassy-executor = { version = "0.1.0", features = ["defmt", "integrated-timers"] } 9embassy-executor = { version = "0.1.0", features = ["defmt", "integrated-timers"] }
10embassy-time = { version = "0.1.0", features = ["defmt", "defmt-timestamp-uptime"] } 10embassy-time = { version = "0.1.0", features = ["defmt", "defmt-timestamp-uptime"] }
11embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] } 11embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] }