Also include the position of the score and the number of scores in the response to setting a score. Bump the version number. This will become a new beta build soon.

This commit is contained in:
Jeremy Rand 2021-06-27 15:48:57 -04:00
parent 265d9cbb2e
commit ea085174eb
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,8 @@ typedef struct tScoresResponse {
typedef struct tStatusResponse {
uint16_t responseType;
Boolean success;
uint16_t position;
uint16_t numberOfScores;
} tStatusResponse;

View File

@ -63,7 +63,7 @@ resource rVersion (1) {
{
1, /* Major version number in BCD */
9, /* Minor version number in BCD */
0, /* Bug version number in BCD */
1, /* Bug version number in BCD */
beta, /* Development phase */
0 /* Release number */
},