Add topcard detection for avrdude
This commit is contained in:
parent
8979066420
commit
3a04b1f488
@ -236,6 +236,8 @@ static inline void formatGetParameterAnswer(Message &msg)
|
|||||||
msg.body[2] = 2;
|
msg.body[2] = 2;
|
||||||
} else if (msg.body[1] == PARAM_OSC_CMATCH) {
|
} else if (msg.body[1] == PARAM_OSC_CMATCH) {
|
||||||
msg.body[2] = 127;
|
msg.body[2] = 127;
|
||||||
|
} else if (msg.body[1] == PARAM_TOPCARD_DETECT) {
|
||||||
|
msg.body[2] = 0xFF;
|
||||||
} else {
|
} else {
|
||||||
msg.size = 2;
|
msg.size = 2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user