-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pause/resume mode, mute-group to reset
- Loading branch information
1 parent
171a601
commit 2c1a4ae
Showing
14 changed files
with
234,314 additions
and
41 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+18.5 KB
examples/wvr_basic/build/esp32.esp32.esp32wrover/wvr_basic.ino.bootloader.bin
Binary file not shown.
Binary file not shown.
117,090 changes: 117,090 additions & 0 deletions
117,090
examples/wvr_basic/build/esp32.esp32.esp32wrover/wvr_basic.ino.map
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+3 KB
examples/wvr_basic/build/esp32.esp32.esp32wrover/wvr_basic.ino.partitions.bin
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+18.5 KB
examples/wvr_usb/build/esp32.esp32.esp32wrover/wvr_usb.ino.bootloader.bin
Binary file not shown.
Binary file not shown.
117,090 changes: 117,090 additions & 0 deletions
117,090
examples/wvr_usb/build/esp32.esp32.esp32wrover/wvr_usb.ino.map
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+3 KB
examples/wvr_usb/build/esp32.esp32.esp32wrover/wvr_usb.ino.partitions.bin
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ extern "C" | |
enum play_back_mode { | ||
ONE_SHOT, | ||
LOOP, | ||
PING_PONG, | ||
PAUSE, | ||
ASR_LOOP, | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters