#pragma once #include "cJSON.h" void cmd_dispatcher_init(void); void cmd_dispatch(const char *id, const char *cmd, cJSON *params);