diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-07 13:56:10 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-07 13:56:10 +0100 |
commit | 3fbe1e106abd0d89cd6aa953eefa4d6adf956f88 (patch) | |
tree | b05ba19707a19d3e277e0e784523a0c26936c4da | |
parent | d5288693e86db33ab6743c902440825e5eec1314 (diff) |
add todo comments for WIP
-rw-r--r-- | confui/serial.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/confui/serial.cpp b/confui/serial.cpp index bdd16ab..6a58fc2 100644 --- a/confui/serial.cpp +++ b/confui/serial.cpp @@ -195,6 +195,9 @@ void cd_cmd_response(cd_s_bin* data) { switch (cast->response_type) { case CD_CMD_PING: return cd_cmd_response_ping(data); case CD_CMD_GET_NODE: return cd_cmd_response_get_node(data); + case CD_CMD_POST_LED: return; // TODO + case CD_CMD_POST_LINK: return; // TODO + case CD_CMD_POST_NET: return; // TODO default: return; } } |