versionsprüfung
This commit is contained in:
parent
ae6920cdf9
commit
d7179914ad
68 changed files with 189 additions and 89 deletions
|
@ -125,10 +125,11 @@ void rqTestConnection()
|
|||
void rqBoardInfo()
|
||||
{
|
||||
usart.initTX();
|
||||
usart.writeByte(3); // Anzahl an Strings
|
||||
usart.writeByte(4); // Anzahl an Strings
|
||||
usart.writeStr(DATE, sizeof(DATE));
|
||||
usart.writeStr(TIME, sizeof(TIME));
|
||||
usart.writeStr(FSRC, sizeof(FSRC));
|
||||
usart.writeStr(COMMIT_HASH, sizeof(COMMIT_HASH));
|
||||
usart.writeByte(USART::MSG_OK);
|
||||
usart.flush();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue