remove c ascii parsing

This commit is contained in:
2025-12-23 12:07:55 +01:00
parent e4fb5ca264
commit 412db1f293
7 changed files with 137 additions and 195 deletions
-1
View File
@@ -59,7 +59,6 @@ void poll_udp_server() {
strncpy(cmd_buf, token, BUF_SIZE - 1);
memset(cmd_output, 0, BUF_SIZE);
process_ascii_cmd(mod, cmd_buf, NULL);
run_lua(cmd_buf, cmd_output);
size_t out_len = strlen(cmd_output);