Merge branch 'main' into dev-v2.3

This commit is contained in:
Gunnar Skjold
2023-12-25 07:41:01 +01:00
36 changed files with 500 additions and 297 deletions

View File

@@ -39,7 +39,8 @@ protected:
PassthroughMqttHandler* pt = NULL;
uint8_t hanBuffer[BUF_SIZE_HAN];
uint8_t *hanBuffer;
uint16_t hanBufferSize = 512;
Stream *hanSerial;
SoftwareSerial *swSerial = NULL;
HardwareSerial *hwSerial = NULL;