Update config.c

pull/276/head
sfeakes 2024-04-16 07:38:31 -05:00 committed by GitHub
parent d4bc8227eb
commit 07cbff0104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ void init_parameters (struct aqconfig * parms)
parms->enable_scheduler = true;
parms->ftdi_low_latency = true;
parms->frame_delay = 0;
parms->ignore_tty_err = false;
generate_mqtt_id(parms->mqtt_ID, MQTT_ID_LEN);
}