Remove wifi envvars. They're annoying, they cause rust-analyzer errors when opening the examples.

This commit is contained in:
Dario Nieuwenhuis
2023-07-05 19:16:45 +02:00
parent c6cd69887c
commit a42ac86f1b
4 changed files with 10 additions and 8 deletions

View File

@ -30,7 +30,7 @@ TODO:
### Example 2: Create an access point (IP and credentials in the code)
- `cargo run --release --bin wifi_ap_tcp_server`
### Example 3: Connect to an existing network and create a server
- `WIFI_NETWORK=MyWifiNetwork WIFI_PASSWORD=MyWifiPassword cargo run --release --bin wifi_tcp_server`
- `cargo run --release --bin wifi_tcp_server`
After a few seconds, you should see that DHCP picks up an IP address like this
```