Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/no_infect' into no_infect
Browse files Browse the repository at this point in the history
  • Loading branch information
JahazielLem committed Sep 27, 2024
2 parents dac529b + c910b5d commit 0e99762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ void app_main() {
if (preferences_get_int("dp_select", 0) == 0) {
preferences_put_int("dp_select", 5);
}
sd_card_begin();
flash_fs_begin(flash_fs_screens_handler);
sd_card_begin();
keyboard_module_begin();
Expand Down

0 comments on commit 0e99762

Please sign in to comment.