it compiles, but times out on init display
This commit is contained in:
@@ -16,6 +16,8 @@ esp-hal = { version = "1.0.0-beta.1", features = ["esp32", "unstable"] }
|
||||
esp-println = { version = "0.14.0", features = ["esp32", "log-04"] }
|
||||
log = { version = "0.4.27" }
|
||||
esp-alloc = { version = "0.8.0" }
|
||||
embedded-hal = "1"
|
||||
embedded-hal-bus = "0"
|
||||
embedded-io = "0.6.1"
|
||||
embedded-io-async = { version = "0.6.1" }
|
||||
esp-wifi = { version = "0.14.1", features = ["esp32", "wifi"] }
|
||||
@@ -43,6 +45,7 @@ embassy-net = { version = "0.7", features = [
|
||||
] }
|
||||
esp-hal-embassy = { version = "0.8.1", features = ["esp32", "executors"] }
|
||||
esp-bootloader-esp-idf = { version = "0.1" }
|
||||
it8951 = { version = "0.4.2", path = "../it8951" }
|
||||
|
||||
|
||||
[profile.dev]
|
||||
|
Reference in New Issue
Block a user