versionsprüfung

This commit is contained in:
Tristan Krause 2019-06-28 14:21:10 +02:00
parent ae6920cdf9
commit d7179914ad
68 changed files with 189 additions and 89 deletions

View file

@ -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();
}