Skip to content

Commit

Permalink
3.0rc
Browse files Browse the repository at this point in the history
  • Loading branch information
marchingband committed Feb 28, 2022
1 parent 825de7c commit cdc7395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/file_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@

// july 10 / 2021
// char waver_tag[METADATA_TAG_LENGTH] = "wvr_magic_13"; // v1.x.x
char waver_tag[METADATA_TAG_LENGTH] = "wvr_magic_14"; // v2.x.x
// char waver_tag[METADATA_TAG_LENGTH] = "wvr_magic_15"; // v3.x.x
// char waver_tag[METADATA_TAG_LENGTH] = "wvr_magic_14"; // v2.x.x
char waver_tag[METADATA_TAG_LENGTH] = "wvr_magic_15"; // v3.x.x
static const char* TAG = "file_system";

// declare prototypes from emmc.c
Expand Down
4 changes: 0 additions & 4 deletions src/wav_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,7 @@ void IRAM_ATTR wav_player_task(void* pvParameters)
}
break;
}

/*
ANATOMY OF ASR LOOP
Expand All @@ -709,9 +707,7 @@ void IRAM_ATTR wav_player_task(void* pvParameters)
^
|
asr.offset
*/

case ASR_LOOP :
{
size_t to_write = DAC_BUFFER_SIZE_IN_SAMPLES;
Expand Down
2 changes: 1 addition & 1 deletion src/wvr_0.3.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef WVR_0_3_H
#define WVR_0_3_H

#define VERSION_CODE "2.0.0"
#define VERSION_CODE "3.0.0"

void wvr_init(bool useFTDI, bool useUsbMidi, bool checkRecoveryModePin);

Expand Down

0 comments on commit cdc7395

Please sign in to comment.