@@ -93,7 +93,7 @@
} else {
//duplicated
//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(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 ;
@@ -9,4 +9,6 @@
//#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________