From 6b297b48da369887d10ed8ad058679ae35810f03 Mon Sep 17 00:00:00 2001 From: SQ9MDD Date: Sun, 6 Nov 2022 22:11:19 +0100 Subject: [PATCH] poprawki dla HC-05 --- .project | 21 +-------------------- Src/terminal.c | 2 +- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/.project b/.project index fd0262f..f8ad00b 100644 --- a/.project +++ b/.project @@ -1,7 +1,7 @@ F103C8T6_DIGI_USB - + @@ -24,23 +24,4 @@ org.eclipse.cdt.managedbuilder.core.ScannerConfigNature fr.ac6.mcu.ide.core.MCUProjectNature - - - - USB_Device_Library/usbd_core.c - 1 - PARENT-2-PROJECT_LOC/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c - - USB_Device_Library/usbd_ctlreq.c - 1 - PARENT-2-PROJECT_LOC/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c - - USB_Device_Library/usbd_ioreq.c - 1 - PARENT-2-PROJECT_LOC/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c - - USB_Device_Library/usbd_cdc.c - 1 - PARENT-2-PROJECT_LOC/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c - diff --git a/Src/terminal.c b/Src/terminal.c index 618486b..1d9268b 100644 --- a/Src/terminal.c +++ b/Src/terminal.c @@ -582,7 +582,7 @@ void term_parse(uint8_t *cmd, uint16_t len, Terminal_stream src, Uart_data_type term_sendBuf(src); for(uint8_t i = 0; i < 8; i++) { - term_sendString((uint8_t*)"\r\n\r\nBeacon ", 0); + term_sendString((uint8_t*)"\r\nBeacon ", 0); term_sendByte(i + 48); term_sendString((uint8_t*)": ", 0); if(beacon[i].enable)