Made esp connect to wifi and display ip configuration on epd

This commit is contained in:
zenonet
2025-09-07 15:27:16 +02:00
parent cb048caf24
commit ec8ca3ae00
3 changed files with 41 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ esp-idf-hal = "0.45.2"
epd-waveshare = "0.6.0"
embedded-graphics = "0.8.1"
embedded-hal = "1.0.0"
heapless = "0.8"
# --- Optional Embassy Integration ---
# esp-idf-svc = { version = "0.51", features = ["critical-section", "embassy-time-driver", "embassy-sync"] }