This commit is contained in:
Gerolf Ziegenhain 2016-10-04 21:13:07 +02:00
parent 7bf9183401
commit 75c77b0cac
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ int prepare_tx (struct data_packet_format *tx_packet, char *id)
tx_packet->a21 = 0; /* These magic numbers was provided by Les Kerr */
tx_packet->a22 = 755;
tx_packet->a23 = 16777215;
snprintf(tx_packet->status, SIZE_STATUS, "?");
snprintf(tx_packet->status, SIZE_STATUS, "no");
return 0;
}