Revert last 3 commit

This commit is contained in:
Armel FAUVEAU
2024-08-14 00:05:22 +02:00
parent 7340e6cdc5
commit cb4b622a2a
2 changed files with 2 additions and 9 deletions

View File

@@ -47,11 +47,6 @@ void UI_DisplayAircopy(void)
if (gAircopyState == AIRCOPY_READY) {
pPrintStr = "AIR COPY(RDY)";
lErrorsDuringAirCopy = 0;
for(uint8_t i = 0; i < 15; i++)
{
crc[i] = 0;
}
} else if (gAircopyState == AIRCOPY_TRANSFER) {
pPrintStr = "AIR COPY";
} else {