Fixed EON PS buffer while EON list is still building

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-27 00:01:52 +02:00
parent 7505bf92d3
commit cc06bf92a7

View File

@@ -1579,6 +1579,7 @@ void TEF6686::readRDS(byte showrdserrors) {
std::swap(eon[j].ta, eon[j + 1].ta);
std::swap(eon[j].tp, eon[j + 1].tp);
std::swap(eon[j].taset, eon[j + 1].taset);
std::swap(eon_buffer[j], eon_buffer[j + 1]);
}
}
}