Files

11 lines
260 B
C++
Raw Permalink Normal View History

2024-11-18 12:15:02 +08:00
/*
2024-11-20 17:38:42 +08:00
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
*
* SPDX-License-Identifier: MIT
*/
2024-11-18 12:15:02 +08:00
#pragma once
#include <iostream>
#include <string>
void unit_action_match(int com_id, const std::string &json_str);
void server_work();
void server_stop_work();