Skip to content

Commit

Permalink
style: Format dependencies (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored Jan 14, 2025
1 parent d9d5081 commit e6745c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ esp-backtrace = { version = "0.14.2", features = [
"println",
#ENDIF
]}

esp-hal = { version = "0.22.0", features = [
#REPLACE esp32c6 mcu
"esp32c6",
Expand All @@ -43,14 +42,12 @@ esp-alloc = { version = "0.5.0" }
#ENDIF
#IF option("wifi") || option("ble")
embedded-io = "0.6.1"

#IF option("embassy")
embedded-io-async = "0.6.1"
#IF option("wifi")
embassy-net = { version = "0.4.0", features = [ "tcp", "udp", "dhcpv4", "medium-ethernet"] }
#ENDIF
#ENDIF

esp-wifi = { version = "0.11.0", default-features=false, features = [
#REPLACE esp32c6 mcu
"esp32c6",
Expand Down Expand Up @@ -86,7 +83,7 @@ smoltcp = { version = "0.11.0", default-features = false, features = [
] }
#ENDIF
#IF option("ble")
#+ bleps = { git = "https://github.com/bjoernQ/bleps", package = "bleps", rev = "a5148d8ae679e021b78f53fd33afb8bb35d0b62e", features = [ "macros", "async"] }
#+bleps = { git = "https://github.com/bjoernQ/bleps", package = "bleps", rev = "a5148d8ae679e021b78f53fd33afb8bb35d0b62e", features = [ "macros", "async"] }
#ENDIF
#IF option("probe-rs")
#+defmt = "0.3.8"
Expand Down

0 comments on commit e6745c0

Please sign in to comment.