diff --git a/applications/services/dolphin/helpers/dolphin_deed.c b/applications/services/dolphin/helpers/dolphin_deed.c index 2cbaf84a6..676e61774 100644 --- a/applications/services/dolphin/helpers/dolphin_deed.c +++ b/applications/services/dolphin/helpers/dolphin_deed.c @@ -43,13 +43,13 @@ static const DolphinDeedWeight dolphin_deed_weights[] = { }; static uint8_t dolphin_deed_limits[] = { - 20, // DolphinAppSubGhz - 20, // DolphinAppRfid - 20, // DolphinAppNfc - 20, // DolphinAppIr - 20, // DolphinAppIbutton - 20, // DolphinAppBadKb - 20, // DolphinAppPlugin + 69, // DolphinAppSubGhz + 69, // DolphinAppRfid + 69, // DolphinAppNfc + 69, // DolphinAppIr + 69, // DolphinAppIbutton + 69, // DolphinAppBadKb + 69, // DolphinAppPlugin }; _Static_assert(COUNT_OF(dolphin_deed_weights) == DolphinDeedMAX, "dolphin_deed_weights size error");