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

4
ci.sh
View File

@ -5,10 +5,6 @@ set -euo pipefail
export RUSTFLAGS=-Dwarnings
export DEFMT_LOG=trace,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info
# needed by wifi examples
export WIFI_NETWORK=x
export WIFI_PASSWORD=x
TARGET=$(rustc -vV | sed -n 's|host: ||p')
BUILD_EXTRA=""