a.binder 5 anos atrás
pai
commit
421567fd37

+ 2 - 0
SE/stuff/P5_Automation_can-dev-res/_Slave_Ports_Status_func.h

@@ -61,6 +61,7 @@
             boolean found = false ;
             for(i = ARDUINO_ARRAY_INDEX_FIRST; i<= Slave_Ports_Status_T_ARDUINO_ATTR_ARRAY_A.ARDUINO_ARRAY_INDEX_NEXT_A  ; i++ ) {
                 if((Slave_Ports_Status_A[i].Port_ID == Port_ID) and (Slave_Ports_Status_A[i]._Slave_ID == _Slave_ID )) found = true ;
+                   Serial.print("+D");Serial.print(i);
             }
                
                
@@ -86,6 +87,7 @@
                    
                } else {
                     //duplicated
+                 
                }
 }