Regularise the UDP socket handling for DMR, POCSAG and the Remote Control port.

This commit is contained in:
Jonathan Naylor 2024-02-01 14:31:03 +00:00
parent fe9564295d
commit da382647f6
6 changed files with 28 additions and 16 deletions

View file

@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20240129";
const char* VERSION = "20240201";
#endif