feat: snackbar for flash err + disconnect on dfurecovery end

This commit is contained in:
2026-05-05 20:19:43 +02:00
parent f1491749d5
commit 512c31d356
5 changed files with 101 additions and 4 deletions

View File

@ -57,6 +57,9 @@ const int universalShifterDfuFlagEncrypted = 0x01;
const int universalShifterDfuFlagSigned = 0x02;
const int universalShifterDfuFlagNone = 0x00;
const String universalShifterBootMetadataWarningMessage =
'WARNING: The device failed writing to its internal storage. This might be a temporary problem. If it continues happening, the internal storage may be broken. If so, please contact abawo support';
const int errorSequence = 1;
const int errorFtmsMissing = 2;
const int errorPairingAuth = 3;