Parcourir la source

this change stops terminal

a.binder il y a 5 ans
Parent
commit
9b226a7997
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      SE/stuff/P5_Automation_can-dev-res/_TFT_ILI9163C_func.h

+ 4 - 4
SE/stuff/P5_Automation_can-dev-res/_TFT_ILI9163C_func.h

@@ -135,11 +135,11 @@ void  DISPLAY_DEV_CTRL__println(DISPLAY_PHYSICAL_CHAR_T &DISPLAY_PHYSICAL_CHAR_A
                                     DISPLAY_DEV.print(message.substring(substr_begin, substr_end));
                                        #if defined(DEBUG)
                                         if(DEBUG > 4) {  
-                                             Serial.print("#112 msg part["); Serial.print(i);
-                                             Serial.print("]  beg["); Serial.print(substr_begin);
-                                             Serial.print("]  end["); Serial.print(substr_end);
+                                             // Serial.print("#112 msg part["); Serial.print(i);
+                                            // Serial.print("]  beg["); Serial.print(substr_begin);
+                                            // Serial.print("]  end["); Serial.print(substr_end);
                                             // Serial.print("]  frag["); Serial.print(message.substring(substr_begin, substr_end));
-                                             Serial.println("] ");
+                                             Serial.println("a] ");
                                              } 
                                          #endif
                                         substr_begin = substr_end + 1;