Fahrplan 0.92. Bug in l0dable fixed, now more than 128 lines desc possible...
This commit is contained in:
parent
e53e6677d1
commit
e94680838d
|
@ -28,7 +28,7 @@ void ram(void) {
|
|||
char buf[20];
|
||||
|
||||
int line;
|
||||
char startline=0;
|
||||
int startline=0;
|
||||
char *message=NULL;
|
||||
char filvers;
|
||||
char favers[5];
|
||||
|
@ -61,7 +61,7 @@ void ram(void) {
|
|||
lcdClear();
|
||||
DoString(0,0,"Fahrplan ");
|
||||
DoString(60,0,favers);
|
||||
DoString(0,16,"SW Rel. V0.003");
|
||||
DoString(0,16,"SW Rel. V0.004");
|
||||
if(filvers!=2) {
|
||||
DoString(0,24,"Incompatible ");
|
||||
DoString(0,32,"Binary. Get ");
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue