Skip to content

Commit

Permalink
debug handleWav
Browse files Browse the repository at this point in the history
  • Loading branch information
marchingband committed Apr 3, 2022
1 parent e082c4c commit 79bf1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ size_t w_start_block;

void handleWav(AsyncWebServerRequest *request, uint8_t *data, size_t len, size_t index, size_t total){
log_i("start len %d", len);
request->send(100);
if(index==0){
//start
//wav_player_pause();
Expand Down

0 comments on commit 79bf1e8

Please sign in to comment.