We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8146173 commit 4026e0cCopy full SHA for 4026e0c
1 file changed
src/GPStarAudio.cpp
@@ -149,6 +149,7 @@ void gpstarAudio::update(void) {
149
break;
150
151
case RSP_SYSTEM_INFO:
152
+ // WT.
153
numVoices = rxMessage[1];
154
numTracks = rxMessage[3];
155
numTracks = (numTracks << 8) + rxMessage[2];
@@ -488,7 +489,7 @@ void gpstarAudio::requestVersionString(void) {
488
489
txbuf[0] = SOM1;
490
txbuf[1] = SOM2;
491
txbuf[2] = 0x05;
- txbuf[3] = CMD_GET_GPSTAR_HELLO;
492
+ txbuf[3] = CMD_GET_VERSION;
493
txbuf[4] = EOM;
494
GPStarSerial->write(txbuf, 5);
495
}
0 commit comments