Merge branch 'mqtt' into mqtt_plus

This commit is contained in:
Jonathan Naylor
2023-10-17 11:25:50 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#if defined(USE_M17)
#include <cstdint>
#include <cassert>
const std::string M17_CHARS = " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-/.";

View File

@@ -19,6 +19,7 @@
#include "NullController.h"
#include <cstdio>
#include <cstdint>
#include <cassert>
const unsigned char MMDVM_FRAME_START = 0xE0U;