diff BootLoader/Src/base_bootlader.c @ 880:f012fcd7f465 Evo_2_23

support for led and vibration
author heinrichsweikamp
date Thu, 29 Aug 2024 15:01:30 +0200
parents 5e027b0f7475
children
line wrap: on
line diff
--- a/BootLoader/Src/base_bootlader.c	Thu Aug 29 12:03:10 2024 +0200
+++ b/BootLoader/Src/base_bootlader.c	Thu Aug 29 15:01:30 2024 +0200
@@ -669,7 +669,7 @@
 	}
 
 	ptr = 0;
-	textVersion[ptr++] = '\021';
+	textVersion[ptr++] = '\020';
 	textVersion[ptr++] = 's';
 	textVersion[ptr++] = 'e';
 	textVersion[ptr++] = 'r';
@@ -721,7 +721,7 @@
 	}
 	else
 	{
-		tInfo_write("");
+		tInfo_write("Bluetooth set");
 		tComm_StartBlueModConfig();
 	}