Simplify image protection code #755

Merged
muellerr merged 6 commits from simplify-image-prot-code into main 2023-07-26 11:54:04 +02:00
Showing only changes of commit 61e73a4be9 - Show all commits

View File

@ -303,10 +303,8 @@ class CoreController : public ExtendedControllerBase, public ReceivesParameterMe
Countdown sdCardCheckCd = Countdown(INIT_SD_CARD_CHECK_TIMEOUT);
/**
* Index 0: Chip 0 Copy 0
* Index 1: Chip 0 Copy 1
* Index 2: Chip 1 Copy 0
* Index 3: Chip 1 Copy 1
* First index: Chip.
* Second index: Copy.
*/
bool protArray[2][2] {};
PeriodicOperationDivider opDivider5;