0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00

transition to lua based

This commit is contained in:
2025-12-22 16:10:33 +01:00
parent 1a747d9264
commit ecf02a7479
6 changed files with 155 additions and 65 deletions

View File

@@ -61,7 +61,7 @@ void poll_udp_server() {
memset(cmd_output, 0, BUF_SIZE);
process_ascii_cmd(mod, cmd_buf, cmd_output);
run_lua(cmd_buf, NULL);
run_lua(cmd, NULL);
size_t out_len = strlen(cmd_output);
if (out_len > 0) {