mirror of
https://github.com/jeremysrand/BuGS.git
synced 2025-01-01 01:30:27 +00:00
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:
parent
265d9cbb2e
commit
ea085174eb
@ -83,6 +83,8 @@ typedef struct tScoresResponse {
|
|||||||
typedef struct tStatusResponse {
|
typedef struct tStatusResponse {
|
||||||
uint16_t responseType;
|
uint16_t responseType;
|
||||||
Boolean success;
|
Boolean success;
|
||||||
|
uint16_t position;
|
||||||
|
uint16_t numberOfScores;
|
||||||
} tStatusResponse;
|
} tStatusResponse;
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ resource rVersion (1) {
|
|||||||
{
|
{
|
||||||
1, /* Major version number in BCD */
|
1, /* Major version number in BCD */
|
||||||
9, /* Minor 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 */
|
beta, /* Development phase */
|
||||||
0 /* Release number */
|
0 /* Release number */
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user