File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,22 @@ default = ["native"]
1717native = [" esp-idf-sys/native" ]
1818
1919[dependencies ]
20- anyhow = " =1.0.71 "
20+ anyhow = " =1.0.86 "
2121embedded-hal = " =0.2.7"
22- embedded-svc = " =0.25.0"
23- esp-idf-hal = " =0.41.1"
24- esp-idf-svc = { version = " =0.46.0" , features = [" experimental" , " alloc" ] }
25- esp-idf-sys = { version = " =0.33.0" , features = [" binstart" ] }
22+ embedded-svc = " =0.28.0"
23+ esp-idf-svc = " =0.49.0"
2624get-uuid = { path = " ../../common/lib/get-uuid" }
2725icm42670 = " =0.1.1"
2826lis3dh = " =0.4.2"
29- log = " =0.4.18 "
27+ log = " =0.4.22 "
3028mqtt-messages = { path = " ../../common/lib/mqtt-messages" }
3129rgb-led = { path = " ../../common/lib/rgb-led" }
32- shared-bus = " =0.2.5 "
30+ shared-bus = " =0.3.1 "
3331shtcx = " =0.11.0"
3432toml-cfg = " =0.1.3"
3533wifi = { path = " ../../common/lib/wifi" }
3634
37-
3835[build-dependencies ]
39- anyhow = " =1.0.71 "
40- embuild = " =0.31.2 "
36+ anyhow = " =1.0.86 "
37+ embuild = " =0.32.0 "
4138toml-cfg = " =0.1.3"
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ RUN WOKWI_MCU=esp32-c3 ./fetch.sh intro/http-client
2626RUN WOKWI_MCU=esp32-c3 ./fetch.sh intro/http-server
2727RUN WOKWI_MCU=esp32-c3 ./fetch.sh intro/mqtt/exercise
2828
29-
3029ENV HEXI_SRC_DIR="/home/esp/build-in"
3130ENV HEXI_SRC_FILES="*.rs"
3231ENV HEXI_BUILD_CMD="bash /home/esp/compile.sh"
You can’t perform that action at this time.
0 commit comments