Rev 1799 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1799 | Rev 1802 | ||
---|---|---|---|
Line 170... | Line 170... | ||
170 | RxdBuffer[buf_ptr] = '\r'; |
170 | RxdBuffer[buf_ptr] = '\r'; |
171 | if(RxdBuffer[2] == 'R') |
171 | if(RxdBuffer[2] == 'R') |
172 | { |
172 | { |
Line 173... | Line 173... | ||
173 | 173 | ||
174 | #ifdef NODISPLAY // MartinW main.h |
174 | #ifdef NODISPLAY // MartinW main.h |
175 | #warning : "### no MKTool Display ###" |
175 | #warning : "### with MKTool Display ###" |
176 | LcdClear(); |
176 | LcdClear(); |
Line 177... | Line 177... | ||
177 | #endif |
177 | #endif |
178 | 178 | ||
Line 575... | Line 575... | ||
575 | break; |
575 | break; |
Line 576... | Line 576... | ||
576 | 576 | ||
Line 577... | Line 577... | ||
577 | case 'h':// x-1 Displayzeilen |
577 | case 'h':// x-1 Displayzeilen |
578 | 578 | ||
Line 579... | Line 579... | ||
579 | #ifdef NODISPLAY // only include functions if DEBUG is defined in main.h |
579 | #ifdef NODISPLAY // only include functions if DEBUG is defined in main.h |
580 | #warning : "### no MKTool Display ###" |
580 | #warning : "### with MKTool Display ###" |
581 | 581 | ||
Line 679... | Line 679... | ||
679 | DebugDataIntervall = 0; |
679 | DebugDataIntervall = 0; |
680 | Intervall3D = 0; |
680 | Intervall3D = 0; |
681 | } |
681 | } |
Line 682... | Line 682... | ||
682 | 682 | ||
683 | #ifdef NODISPLAY //main.h |
683 | #ifdef NODISPLAY //main.h |
Line 684... | Line 684... | ||
684 | #warning : "### no MKTool Display ###" |
684 | #warning : "### with MKTool Display ###" |
685 | 685 | ||
686 | if(((Display_Interval>0 && CheckDelay(Display_Timer)) || DebugDisplayAnforderung) && UebertragungAbgeschlossen) |
686 | if(((Display_Interval>0 && CheckDelay(Display_Timer)) || DebugDisplayAnforderung) && UebertragungAbgeschlossen) |
687 | { |
687 | { |