Skip to content

Commit

Permalink
chore: add last option
Browse files Browse the repository at this point in the history
  • Loading branch information
koen1711 authored Feb 16, 2025
1 parent be10016 commit 7762ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RedMP3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MP3::MP3(uint8_t rxd, uint8_t txd):myMP3(txd, rxd)
#else
MP3::MP3(uint8_t rxd, uint8_t txd)
{
myMP3.begin(9600, SWSERIAL_8N1, txd, rxd);//baud rate is 9600bps
myMP3.begin(9600, SWSERIAL_8N1, txd, rxd, false);//baud rate is 9600bps
}
#endif

Expand Down

0 comments on commit 7762ff8

Please sign in to comment.