aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json1
-rwxr-xr-xci.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 344307695..dd479929e 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -9,7 +9,6 @@
9 "rust-analyzer.check.noDefaultFeatures": true, 9 "rust-analyzer.check.noDefaultFeatures": true,
10 "rust-analyzer.linkedProjects": [ 10 "rust-analyzer.linkedProjects": [
11 "examples/rpi-pico-w/Cargo.toml", 11 "examples/rpi-pico-w/Cargo.toml",
12 "cyw43-pio/Cargo.toml",
13 ], 12 ],
14 "rust-analyzer.server.extraEnv": { 13 "rust-analyzer.server.extraEnv": {
15 "WIFI_NETWORK": "foo", 14 "WIFI_NETWORK": "foo",
diff --git a/ci.sh b/ci.sh
index 1b33564fb..d41b3aa81 100755
--- a/ci.sh
+++ b/ci.sh
@@ -2,6 +2,8 @@
2 2
3set -euxo pipefail 3set -euxo pipefail
4 4
5export DEFMT_LOG=trace
6
5# build examples 7# build examples
6#================== 8#==================
7 9