Fix command parameters offset
This commit is contained in:
parent
4450dbe4dd
commit
2d461572dd
|
|
@ -6473,7 +6473,7 @@ Sigma_Exit:
|
||||||
*/
|
*/
|
||||||
case 118: {
|
case 118: {
|
||||||
bool hasE = false, hasA = false;
|
bool hasE = false, hasA = false;
|
||||||
char *p = strchr_pointer;
|
char *p = strchr_pointer + 5;
|
||||||
|
|
||||||
for (uint8_t i = 2; i--;) {
|
for (uint8_t i = 2; i--;) {
|
||||||
// A1, E1, and Pn are always parsed out
|
// A1, E1, and Pn are always parsed out
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue