Merge branch 'master' into mqtt

This commit is contained in:
Jonathan Naylor
2025-03-14 13:39:49 +00:00
102 changed files with 1621 additions and 1489 deletions

View File

@@ -125,7 +125,7 @@ void CBCH::encode(const int* data, int* bb)
void CBCH::encode(unsigned char* nid)
{
assert(nid != NULL);
assert(nid != nullptr);
int data[16];
for (int i = 0; i < 16; i++)