Kefalovryso
This commit is contained in:
+10
-23
@@ -1,9 +1,8 @@
|
||||
[package]
|
||||
edition = "2024"
|
||||
name = "https"
|
||||
name = "mqtt-master"
|
||||
rust-version = "1.88"
|
||||
version = "0.1.0"
|
||||
# https://esp32.implrust.com/wifi/web-server/wifi.html
|
||||
version = "0.1.1"
|
||||
|
||||
[[bin]]
|
||||
name = "mqtt-master"
|
||||
@@ -32,13 +31,15 @@ embassy-net = { version = "0.7.1", features = [
|
||||
#addition:
|
||||
"dns",
|
||||
] }
|
||||
embedded-io = { version = "0.7.1", features = ["defmt"] }
|
||||
embedded-io-async = { version = "0.7.0", features = ["defmt"] }
|
||||
|
||||
esp-alloc = { version = "0.9.0", features = ["defmt"] }
|
||||
esp-println = { version = "0.16.1", features = ["defmt-espflash", "esp32"] }
|
||||
|
||||
# for more networking protocol support see https://crates.io/crates/edge-net
|
||||
embassy-executor = { version = "0.9.1", features = ["defmt"] }
|
||||
|
||||
embassy-time = { version = "0.5.0", features = ["defmt"] }
|
||||
|
||||
esp-radio = { version = "0.17.0", features = [
|
||||
"defmt",
|
||||
"esp-alloc",
|
||||
@@ -47,23 +48,7 @@ esp-radio = { version = "0.17.0", features = [
|
||||
"unstable",
|
||||
"wifi",
|
||||
] }
|
||||
smoltcp = { version = "0.12.0", default-features = false, features = [
|
||||
"defmt",
|
||||
"medium-ethernet",
|
||||
"multicast",
|
||||
"proto-dhcpv4",
|
||||
"proto-dns",
|
||||
"proto-ipv4",
|
||||
"socket-dns",
|
||||
"socket-icmp",
|
||||
"socket-raw",
|
||||
"socket-tcp",
|
||||
"socket-udp",
|
||||
# addition:
|
||||
"dns-max-server-count-4",
|
||||
] }
|
||||
|
||||
critical-section = "1.2.0"
|
||||
static_cell = "2.1.1"
|
||||
|
||||
reqwless = { version = "0.13.0", default-features = false, features = [
|
||||
@@ -72,6 +57,8 @@ reqwless = { version = "0.13.0", default-features = false, features = [
|
||||
|
||||
embedded-dht-rs = { version = "0.5.0", features = ["dht22"] }
|
||||
|
||||
rlib = { path = "../rlib" }
|
||||
|
||||
[profile.dev]
|
||||
# Rust debug is too slow.
|
||||
# For debug builds always builds with some optimization
|
||||
@@ -89,6 +76,6 @@ overflow-checks = false
|
||||
# cargo build
|
||||
# espflash flash target/xtensa-esp32-none-elf/debug/https --monitor
|
||||
|
||||
# cargo build -release
|
||||
# cargo run -release
|
||||
# cargo build --release
|
||||
# cargo run --release
|
||||
# espflash flash target/xtensa-esp32-none-elf/release/https --monitor
|
||||
Reference in New Issue
Block a user