dasdgw / yoradio

Web-radio based on ESP32-audioI2S library
GNU General Public License v3.0
1 stars 1 forks source link

fix: fix warning when using VS1053 #8

Closed frankalicious closed 1 week ago

frankalicious commented 1 week ago

With the change in 17de6cf we get a warning about overwriting define VS1053_CS when we use a target which uses VS1053. Appending '-UVS1053_CS' did not help. The include of options.h was accidentally removed in a4da15a.

dasdgw commented 1 week ago

good catch. Applied. Thank you!