From fbdf33f91594c6a2c173f1a17e62b7d35bb6073c Mon Sep 17 00:00:00 2001 From: VerstreuteSeele Date: Mon, 26 Dec 2022 04:08:30 +0100 Subject: [PATCH] - Fixed Passport Crash - - Fixed SFW_mode XP glitch - - Fixed other dolphin deeds - - - Added Web Updater to release - - - Thanks for all your support <3 | Check out my Discord! --- applications/services/dolphin/helpers/dolphin_deed.c | 4 ++-- fbt_options.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"