Merge branch 'mqtt' into mqtt_plus

This commit is contained in:
Jonathan Naylor 2024-05-23 12:48:03 +01:00
commit 7eb67a83e2
10 changed files with 74 additions and 29 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2014,2016,2019,2020,2021,2023 by Jonathan Naylor G4KLX
* Copyright (C) 2009-2014,2016,2019,2020,2021,2023,2024 by Jonathan Naylor G4KLX
*
* 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
@ -166,7 +166,7 @@ bool CDStarNetwork::writePoll(const char* text)
buffer[2] = 'R';
buffer[3] = 'P';
buffer[4] = 0x0A; // Poll with text
buffer[4] = 0x0AU; // Poll with text
unsigned int length = ::strlen(text);
@ -228,6 +228,7 @@ void CDStarNetwork::clock(unsigned int ms)
case 0x01U: // NETWORK_TEMPTEXT;
case 0x04U: // NETWORK_STATUS1..5
case 0x0AU: // POLL
case 0x24U: // NETWORK_DD_DATA
return;