pocsag fix (#3097)

This commit is contained in:
Totoo
2026-03-17 14:35:37 +01:00
committed by GitHub
parent 55a15958ec
commit 50f1e51d7e
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ POCSAGTXView::~POCSAGTXView() {
baseband::shutdown();
}
void POCSAGTXView::on_remote(const PocsagTosendMessage data) {
void POCSAGTXView::on_remete(const PocsagTosendMessage data) {
// check if still sending or not
size_t tmp = 0;
if (data.baud == 1200) tmp = 1;