mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
#if defined(USE_M17)
|
||||
|
||||
#include <cstdint>
|
||||
#include <cassert>
|
||||
|
||||
const std::string M17_CHARS = " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-/.";
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "NullController.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
#include <cassert>
|
||||
|
||||
const unsigned char MMDVM_FRAME_START = 0xE0U;
|
||||
|
||||
Reference in New Issue
Block a user