Skip to content

Commit

Permalink
Modify buffer size for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Oct 20, 2024
1 parent ee4ab7c commit d3cc55c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SdFat SD;
/* SD connected to Arduino D6 (p1.11)
/*********************************************************/
float volumeControl = 0.2;
#define BUFFER_SIZE 640
#define BUFFER_SIZE 6400

void setup() {

Expand Down

0 comments on commit d3cc55c

Please sign in to comment.