reduce max by 1

pull/108/head
alanbjohnston 5 years ago committed by GitHub
parent cc8c1a8e34
commit 21cd65031c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2226,7 +2226,10 @@ void get_tlm_fox() {
{ {
int max; int max;
if (mode == FSK) if (mode == FSK)
max = 5; // was 6 if (firstTime == 1)
max = 4; // 5; // was 6
else
max = 3;
else else
max = 4; max = 4;

Loading…
Cancel
Save

Powered by TurnKey Linux.