Files
2024-11-20 17:38:42 +08:00

11 lines
260 B
C++

/*
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
*
* SPDX-License-Identifier: MIT
*/
#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();