Rev 1802 | Rev 1804 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1802 | Rev 1803 | ||
---|---|---|---|
Line 138... | Line 138... | ||
138 | 138 | ||
139 | // request version from board |
139 | // request version from board |
140 | #if FCONLY |
140 | #if FCONLY |
141 | //usart1_request_mk_data(0, 'v', 0); |
141 | //usart1_request_mk_data(0, 'v', 0); |
142 | write_ascii_string_pgm(2, 11, PSTR("FC VERSION: ........")); |
142 | write_ascii_string_pgm(2, 11, PSTR("FC VERSION: ........")); |
143 | usart1_request_blocking('V', PSTR(REQUEST_FC_VERSION)); |
143 | //usart1_request_blocking('V', PSTR(REQUEST_FC_VERSION)); |
144 | #else |
144 | #else |
145 | usart1_request_nc_uart(); |
145 | usart1_request_nc_uart(); |
146 | _delay_ms(200); |
146 | _delay_ms(200); |