ACK_DELAY from msec to usec

pull/12/head
Tom Early 7 years ago
parent 2a90fa7531
commit ec42b89371

@ -1891,6 +1891,7 @@ static bool read_config(const char *cfgFile)
cfg.GetValue(path+"_acknowledge", type, RPTR_ACK);
cfg.GetValue(path+"_ack_delay", type, ACK_DELAY, 1, 999);
ACK_DELAY *= 1000; // from milliseconds to seconds
cfg.GetValue(path+"_tx_delay", type, TX_DELAY, 0, 6000);
Modem_Init2[8] = TX_DELAY & 0xFF;

Loading…
Cancel
Save

Powered by TurnKey Linux.