baldram / ESP_VS1053_Library

A library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards.
https://platformio.org/lib/show/1744/ESP_VS1053_Library
GNU General Public License v3.0
114 stars 36 forks source link

Tiny fix for copy/paste documentation issue #96

Closed mmakaay closed 1 year ago

mmakaay commented 2 years ago

The code performs a read operation, which is incorrectly documented as a write.

mmakaay commented 1 year ago

Any chance that this gets merged, or should I simply close the PR?

baldram commented 1 year ago

Thanks. The code has too many comments derived from the parent one, from which it's a fork. The goal would be to have a self-descriptive code that doesn't need the code comments. 😏