Raise daily xp limits

This commit is contained in:
Willy-JL
2023-03-24 22:10:31 +00:00
parent c9c2e1ce38
commit fc5f181d11
@@ -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");