diff Discovery/Src/tMenuEditHardware.c @ 394:717f335cc5c9 ImproveBluetooth

Added start of module configuration after eache modul power on
author ideenmodellierer
date Tue, 26 Nov 2019 21:16:36 +0100
parents e141b571a03d
children 1f557e5f4b5a
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditHardware.c	Tue Nov 26 21:14:58 2019 +0100
+++ b/Discovery/Src/tMenuEditHardware.c	Tue Nov 26 21:16:36 2019 +0100
@@ -37,6 +37,7 @@
 #include "tHome.h"
 #include "tInfo.h"
 #include "tInfoLog.h"
+#include "tComm.h"
 
 extern void tM_build_pages(void);
 
@@ -104,6 +105,7 @@
     {
         pSettings->bluetoothActive = 1;
         MX_Bluetooth_PowerOn();
+        tComm_StartBlueModConfig();
     }
     else
     {