mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 00:39:15 +02:00
remove c ascii parsing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user