Skip to content

Commit

Permalink
SDtoSerial: remove unneeded data members
Browse files Browse the repository at this point in the history
  • Loading branch information
chipaudette committed Oct 15, 2024
1 parent 70bdf97 commit ac8bb90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SDtoSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ class SDtoSerial {
SdFs *sd_ptr;
Stream *serial_ptr;
SdFile file;
uint32_t data_length; // number of bytes remaining in current section
uint32_t total_length; // number of audio data bytes in file

unsigned int transfer_block_size = 1024; //default value
unsigned int block_delay_msec = 1; //how much delay to put between each block when transmitting
Expand Down

0 comments on commit ac8bb90

Please sign in to comment.