mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Add JSON to the M17 protocol.
This commit is contained in:
2
Log.h
2
Log.h
@@ -33,4 +33,6 @@ extern void Log(unsigned int level, const char* fmt, ...);
|
||||
extern bool LogInitialise(bool daemon, const std::string& filePath, const std::string& fileRoot, unsigned int fileLevel, unsigned int displayLevel, unsigned int mqttLevel, bool rotate);
|
||||
extern void LogFinalise();
|
||||
|
||||
extern void WriteJSON(const std::string& json);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user