mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2025-02-03 09:44:12 -05:00
Revert "Fix longstanding P25 parrot bug."
This reverts commit 72691c373f
.
This commit is contained in:
parent
72691c373f
commit
33ef66806a
@ -99,8 +99,8 @@ void CP25Parrot::run()
|
|||||||
count = 0U;
|
count = 0U;
|
||||||
}
|
}
|
||||||
|
|
||||||
// A frame every 180ms
|
// A frame every 20ms
|
||||||
unsigned int wanted = playoutTimer.elapsed() / 180U;
|
unsigned int wanted = playoutTimer.elapsed() / 20U;
|
||||||
while (count < wanted) {
|
while (count < wanted) {
|
||||||
len = parrot.read(buffer);
|
len = parrot.read(buffer);
|
||||||
if (len > 0U) {
|
if (len > 0U) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2015,2016,2018 by Jonathan Naylor G4KLX
|
* Copyright (C) 2015,2016 by Jonathan Naylor G4KLX
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -19,6 +19,6 @@
|
|||||||
#if !defined(VERSION_H)
|
#if !defined(VERSION_H)
|
||||||
#define VERSION_H
|
#define VERSION_H
|
||||||
|
|
||||||
const char* VERSION = "20180206";
|
const char* VERSION = "20161021";
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user