mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Add JSON to the M17 protocol.
This commit is contained in:
4
Utils.h
4
Utils.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2009,2014,2015,2021 by Jonathan Naylor, G4KLX
|
||||
* Copyright (C) 2009,2014,2015,2021,2022 by Jonathan Naylor, G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
|
||||
static void removeChar(unsigned char * haystack, char needdle);
|
||||
|
||||
static std::string createTimestamp();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user