Improve Air Copy and enable restart
This commit is contained in:
@@ -47,6 +47,7 @@ void UI_DisplayAircopy(void)
|
|||||||
|
|
||||||
if (gAircopyState == AIRCOPY_READY) {
|
if (gAircopyState == AIRCOPY_READY) {
|
||||||
pPrintStr = "AIR COPY(RDY)";
|
pPrintStr = "AIR COPY(RDY)";
|
||||||
|
lErrorsDuringAirCopy = 0;
|
||||||
for(uint8_t i = 0; i < 15; i++)
|
for(uint8_t i = 0; i < 15; i++)
|
||||||
{
|
{
|
||||||
crc[i] = 0;
|
crc[i] = 0;
|
||||||
|
Reference in New Issue
Block a user