WiFi Example

This commit is contained in:
2025-07-08 15:53:23 +02:00
parent 093bd5603e
commit 748bd92010
4 changed files with 296 additions and 20 deletions

View File

@@ -4,6 +4,8 @@ runner = "espflash flash --monitor"
[env]
ESP_LOG = "info"
SSID = "ssid"
PASSWORD = "password"
[build]
rustflags = ["-C", "link-arg=-nostartfiles", "-C", "link-arg=-Wl,-Tlinkall.x"]