Write a version header on faup1090 startup
This commit is contained in:
parent
0c3671429b
commit
daebc372a9
3 changed files with 23 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ int main(int argc, char **argv) {
|
|||
// Set up output connection on stdout
|
||||
fatsv_output = makeFatsvOutputService();
|
||||
createGenericClient(fatsv_output, STDOUT_FILENO);
|
||||
writeFATSVHeader();
|
||||
|
||||
// Run it until we've lost either connection
|
||||
while (!Modes.exit && beast_input->connections && fatsv_output->connections) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue