diff --git a/applications/services/dolphin/helpers/dolphin_deed.c b/applications/services/dolphin/helpers/dolphin_deed.c index f7284bf32..59863cf2a 100644 --- a/applications/services/dolphin/helpers/dolphin_deed.c +++ b/applications/services/dolphin/helpers/dolphin_deed.c @@ -51,8 +51,8 @@ static uint8_t dolphin_deed_limits[] = { 100, // DolphinAppIr 100, // DolphinAppIbutton 100, // DolphinAppBadusb - 100, // DolphinAppU2f - 100, // DolphinAppGpio +// 100, // DolphinAppU2f +// 100, // DolphinAppGpio 100, // DolphinAppPlugin }; diff --git a/fbt_options.py b/fbt_options.py index 069468be0..f0172c01e 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -14,7 +14,7 @@ DEBUG = 0 # Suffix to add to files when building distribution # If OS environment has DIST_SUFFIX set, it will be used instead -DIST_SUFFIX = "XFW-0032_12252022" +DIST_SUFFIX = "XFW-0034_12262022" # Coprocessor firmware COPRO_OB_DATA = "scripts/ob.data"