ofw pr 4205 fix sample durations when using external CC1101

https://github.com/flipperdevices/flipperzero-firmware/pull/4205/files

by Aerosnail
This commit is contained in:
MX
2025-04-29 15:49:43 +03:00
parent 5bba71e2cb
commit 5a0c4e6678
2 changed files with 7 additions and 5 deletions

View File

@@ -556,7 +556,7 @@ static void night_shift_changed(VariableItem* item) {
// force demo night_shift brightness to rgb backlight and stock backlight
notification_message(app->notification, &sequence_display_backlight_on);
for(int i = 4; i < 6; i++) {
VariableItem* t_item = variable_item_list_get(app->variable_item_list, i);
if(index == 0) {