From 7762ff879430b395dbab739492dfe79b0d4a44d6 Mon Sep 17 00:00:00 2001 From: Koen <98043234+koen1711@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:39:50 +0100 Subject: [PATCH] chore: add last option --- src/RedMP3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RedMP3.cpp b/src/RedMP3.cpp index 08c7190..c324c32 100644 --- a/src/RedMP3.cpp +++ b/src/RedMP3.cpp @@ -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