Write a version header on faup1090 startup

This commit is contained in:
Oliver Jowett 2018-01-09 17:07:47 +00:00
parent 0c3671429b
commit daebc372a9
3 changed files with 23 additions and 0 deletions

View file

@ -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) {