Merge branch 'master' into mqtt

This commit is contained in:
Jonathan Naylor 2025-08-28 16:51:48 +01:00
commit 1dc505f9d2
2 changed files with 3 additions and 2 deletions

View file

@ -2375,10 +2375,11 @@ bool CModem::setConfig2()
buffer[30U] = 0U;
#endif
buffer[31U] = 0U;
buffer[31U] = 128U;
buffer[32U] = 0U;
buffer[33U] = 0U;
buffer[34U] = 0U;
buffer[35U] = 0x00U;
buffer[36U] = 0x00U;
buffer[37U] = 0x00U;

View file

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