This commit is contained in:
Willy-JL
2023-07-28 00:31:58 +02:00
parent 27fb23d4ce
commit 586d63f223
7 changed files with 25 additions and 16 deletions

View File

@@ -2,9 +2,9 @@
#include "esp_flasher_uart.h"
#include <xtreme.h>
#define UART_CH \
#define UART_CH \
(XTREME_SETTINGS()->uart_esp_channel == UARTDefault ? FuriHalUartIdUSART1 : \
FuriHalUartIdLPUART1)
FuriHalUartIdLPUART1)
#define BAUDRATE (115200)
struct EspFlasherUart {