Skip to content

Commit

Permalink
Revert unintentional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Oct 30, 2024
1 parent 64b89a4 commit 0bd27f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/src/bin/wifi_embassy_ble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! - offers one service with three characteristics (one is read/write, one is write only, one is read/write/notify)
//! - pressing the boot-button on a dev-board will send a notification if it is subscribed
//% FEATURES: embassy embassy-generic-timers esp-wifi esp-wifi/async esp-wifi/ble esp-wifi/log
//% FEATURES: embassy embassy-generic-timers esp-wifi esp-wifi/async esp-wifi/ble
//% CHIPS: esp32 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2

#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion examples/src/bin/wifi_embassy_dhcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! Because of the huge task-arena size configured this won't work on ESP32-S2
//! When using USB-SERIAL-JTAG you have to activate the feature `phy-enable-usb` in the esp-wifi crate.
//% FEATURES: embassy embassy-generic-timers esp-wifi esp-wifi/async esp-wifi/embassy-net esp-wifi/wifi-default esp-wifi/wifi esp-wifi/utils esp-wifi/log esp-wifi/ps-max-modem
//% FEATURES: embassy embassy-generic-timers esp-wifi esp-wifi/async esp-wifi/embassy-net esp-wifi/wifi-default esp-wifi/wifi esp-wifi/utils
//% CHIPS: esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6

#![no_std]
Expand Down

0 comments on commit 0bd27f4

Please sign in to comment.