Merge branch 'master' into mqtt

This commit is contained in:
Jonathan Naylor
2024-09-30 18:53:33 +01:00
12 changed files with 1249 additions and 313 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016,2018,2023 by Jonathan Naylor, G4KLX
* Copyright (C) 2016,2018,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
@@ -477,7 +477,7 @@ bool CP25Trellis::fixCode12(unsigned char* points, unsigned int failPos, unsigne
unsigned int bestPos = 0U;
unsigned int bestVal = 0U;
for (unsigned int i = 0U; i < 4U; i++) {
for (unsigned int i = 0U; i < 16U; i++) {
points[failPos] = i;
unsigned char dibits[49U];