Subversion Repositories Projects

Rev

Rev 691 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 691 Rev 759
Line 69... Line 69...
69
        printf("\r\n\r\nHW: SD-Logger");
69
        printf("\r\n\r\nHW: SD-Logger");
70
        #endif
70
        #endif
71
        #ifdef USE_FOLLOWME
71
        #ifdef USE_FOLLOWME
72
        printf("\r\n\r\nHW: Follow-Me");
72
        printf("\r\n\r\nHW: Follow-Me");
73
        #endif
73
        #endif
74
        printf("\r\nFollow Me\n\rSoftware:V%d.%d%c ",VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH + 'a');
74
        printf("\r\nFollow Me\r\nSoftware:V%d.%d%c ",VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH + 'a');
75
        printf("\r\n------------------------------");
75
        printf("\r\n------------------------------");
76
        printf("\r\n");
76
        printf("\r\n");
Line 77... Line 77...
77
 
77