Просмотр исходного кода

Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer

# Conflicts:
#	t5577_raw_writer/.DS_Store
#	t5577_raw_writer/t5577_writer.c
Willy-JL 11 месяцев назад
Родитель
Сommit
84da7c4f11
2 измененных файлов с 1 добавлено и 2 удалено
  1. 1 1
      t5577_raw_writer/.github/workflows/ufbt.yaml
  2. 0 1
      t5577_raw_writer/t5577_writer.c

+ 1 - 1
t5577_raw_writer/.github/workflows/ufbt.yaml

@@ -30,7 +30,7 @@ jobs:
           sdk-channel: ${{ matrix.sdk-channel }}
           sdk-index-url: ${{ matrix.sdk-index-url }}
       - name: Upload app artifacts
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
           path: ${{ steps.build-app.outputs.fap-artifacts }}

+ 0 - 1
t5577_raw_writer/t5577_writer.c

@@ -637,7 +637,6 @@ static T5577WriterApp* t5577_writer_app_alloc() {
     app->view_dispatcher = view_dispatcher_alloc();
     app->dialogs = furi_record_open(RECORD_DIALOGS);
     app->file_path = furi_string_alloc();
-
     view_dispatcher_attach_to_gui(app->view_dispatcher, gui, ViewDispatcherTypeFullscreen);
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
     app->submenu = submenu_alloc();