arkadiusz binder 5 лет назад
Родитель
Сommit
030fcc736f

+ 1 - 1
SE/stuff/P5_Automation_can-dev-res/_Slave_Ports_Status_func.h

@@ -93,7 +93,7 @@
                } else {
                } else {
                     //duplicated
                     //duplicated
                     //update
                     //update
-                   
+                    Serial.print("[found][");Serial.print(found); Serial.print("] found_id[");Serial.print(found_id); Serial.print("] ");
                      if(Broadcast_state>0) Slave_Ports_Status_A[found_id].Broadcast_state = Broadcast_state ;
                      if(Broadcast_state>0) Slave_Ports_Status_A[found_id].Broadcast_state = Broadcast_state ;
                      if(Exp_state>0) Slave_Ports_Status_A[found_id].Exp_state = Exp_state ;
                      if(Exp_state>0) Slave_Ports_Status_A[found_id].Exp_state = Exp_state ;
                      if(Exp_state_ttl>0) Slave_Ports_Status_A[found_id].Exp_state_ttl = Exp_state_ttl ;
                      if(Exp_state_ttl>0) Slave_Ports_Status_A[found_id].Exp_state_ttl = Exp_state_ttl ;

+ 3 - 1
SE/stuff/P5_Automation_can-dev-res/___CONFIG/0x103/config_Active_ControllerID_0x103.h

@@ -9,4 +9,6 @@
 
 
 
 
 //#define DEBUG 5 
 //#define DEBUG 5 
-//#define DISABLE_LOOP //To debug and disable any output
+//#define DISABLE_LOOP //To debug and disable any output
+
+#define DISABLE_TASK_TYPE_T_DISPLAY_queue_pop________