Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: RN52.cpp
- Revision:
- 9:9a4c81493a3d
- Parent:
- 8:beb6c399490a
- Child:
- 11:74844f6ca8cf
--- a/RN52.cpp Fri Jan 15 20:59:51 2016 +0000 +++ b/RN52.cpp Fri Jan 15 21:27:42 2016 +0000 @@ -198,7 +198,7 @@ result->album[0] = '\0'; result->genre[0] = '\0'; result->duration = 0; - result->track_number = 0; - result->track_count = 0; + result->track_number = 1; + result->track_count = 1; result->response[0] = '\0'; } \ No newline at end of file