In file included from /home/runner/work/_temp/app/code/scenes/esp_flasher_scene_console_output.c:3: /home/runner/work/_temp/app/code/scenes/../esp_flasher_worker.h:5: error: "SERIAL_FLASHER_INTERFACE_UART" redefined [-Werror] 5 | #define SERIAL_FLASHER_INTERFACE_UART /* TODO why is application.fam not passing this via cdefines */ | : note: this is the location of the previous definition cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/esp_flasher/scenes/esp_flasher_scene_console_output.o] Error 1 In file included from /home/runner/work/_temp/app/code/esp_flasher_worker.c:1: /home/runner/work/_temp/app/code/esp_flasher_worker.h:5: error: "SERIAL_FLASHER_INTERFACE_UART" redefined [-Werror] 5 | #define SERIAL_FLASHER_INTERFACE_UART /* TODO why is application.fam not passing this via cdefines */ | : note: this is the location of the previous definition /home/runner/work/_temp/app/code/esp_flasher_worker.c: In function 'loader_port_read': /home/runner/work/_temp/app/code/esp_flasher_worker.c:202:75: error: implicit declaration of function 'pdMS_TO_TICKS' [-Werror=implicit-function-declaration] 202 | size_t read = furi_stream_buffer_receive(flash_rx_stream, data, size, pdMS_TO_TICKS(timeout)); | ^~~~~~~~~~~~~ In file included from /home/runner/work/_temp/app/code/scenes/esp_flasher_scene_browse.c:2: /home/runner/work/_temp/app/code/scenes/../esp_flasher_worker.h:5: error: "SERIAL_FLASHER_INTERFACE_UART" redefined [-Werror] 5 | #define SERIAL_FLASHER_INTERFACE_UART /* TODO why is application.fam not passing this via cdefines */ | : note: this is the location of the previous definition cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/esp_flasher/scenes/esp_flasher_scene_browse.o] Error 1 cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/esp_flasher/esp_flasher_worker.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/7875844075