SnijderC / dyplayer

Abstracton for DY-XXXX mp3 player modules over UART.
Other
110 stars 30 forks source link

Fix software serial for ESP8266 in PlatformIO #37

Closed woutput closed 1 year ago

woutput commented 3 years ago

Hi,

For me to get software serial working on an ESP8266 using PlatformIO (and Visual Studio Code) I had to remove the #ifdef __AVR__ from the library. This may also fix #32 I don't know much about this platform/Arduino thingy, so this might not be the correct way to do it, but it works for me. What do you think?

woutput

woutput commented 3 years ago

Oops, I didn't want to change your README.MD. Let me see how to fix that.