File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ default = ["boards"]
2424
2525experimental = [" esp-idf-svc/experimental" ]
2626
27- boards = []
27+ boards = [" voice_interrupt " ]
2828_no_default = []
29- box = [" _no_default" ]
30- cube = [" _no_default" ]
31- cube2 = [" _no_default" ]
29+ box = [" _no_default" , " voice_interrupt " ]
30+ cube = [" _no_default" , " voice_interrupt " ]
31+ cube2 = [" _no_default" , " voice_interrupt " ]
3232nfc_cube2 = [" cube2" , " mfrc522" , " exio" ]
3333
3434mfrc522 = [" i2c" , " dep:ndef" , " extra_server" ]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ build_cube2(){
1717
1818build_box (){
1919 echo " build echokit(box)"
20- cargo build --release --no-default-features -- features=box
20+ cargo build --release --features=box
2121 cp target/xtensa-esp32s3-espidf/release/echokit package/echokit_box
2222 espflash save-image --chip esp32s3 --merge --flash-size 16mb --partition-table partitions.csv target/xtensa-esp32s3-espidf/release/echokit package/echokit_box.bin
2323}
You can’t perform that action at this time.
0 commit comments