changeset 401:4151fddb1e34 ImproveBluetooth

merged default into ImproveBluetooth
author Ideenmodellierer
date Sun, 29 Dec 2019 09:42:16 +0100
parents 7bcbbaa42cbf (current diff) cad6f8dfacab (diff)
children 44cb4e858643
files
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Sat Dec 28 19:42:04 2019 +0100
+++ b/.hgtags	Sun Dec 29 09:42:16 2019 +0100
@@ -1,3 +1,4 @@
 1b9be6040d8279117c7fc99d528790611638f10b V1.4.7 release
 ba9d99a2e310da601a948ff11ad665260c600e18 v1.4.8 release
 143fe85f82a2e2aca50eb0c29bc55066cb4fe497 v1.5.0 release
+afa55a50cc724b11b959fa81567d59ede251ef22 v1.5.1 release
--- a/Discovery/Src/settings.c	Sat Dec 28 19:42:04 2019 +0100
+++ b/Discovery/Src/settings.c	Sun Dec 29 09:42:16 2019 +0100
@@ -32,7 +32,7 @@
 #include "externLogbookFlash.h" // for SAMPLESTART and SAMPLESTOP
 #include "text_multilanguage.h" // for LANGUAGE_END
 #include "tHome.h" // for CVIEW_END
-#include "Motion.h"
+#include "motion.h"
 
 SSettings Settings;
 
--- a/Discovery/Src/tMenuEditSystem.c	Sat Dec 28 19:42:04 2019 +0100
+++ b/Discovery/Src/tMenuEditSystem.c	Sun Dec 29 09:42:16 2019 +0100
@@ -38,7 +38,7 @@
 #include "tMenu.h"
 #include "tMenuEdit.h"
 #include "tMenuSystem.h"
-#include "Motion.h"
+#include "motion.h"
 #include "t7.h"