From b0f8ad5bb1cc72973fd5abeb9277817949adefac Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 23 Dec 2025 11:06:49 +0100 Subject: [PATCH] whoops --- src/command.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command.lua b/src/command.lua index 9f26ac6..6732fe1 100644 --- a/src/command.lua +++ b/src/command.lua @@ -40,8 +40,8 @@ if type(data) == "string" and data ~= nil then local enabled, running = get_rds_rtp_meta(true) local f1 = enabled and 2 or (running and 1 or 0) return string.format("ERTPRUN=%d\r\n", f1) - elseif data == "lps" then return string.format("LPS=%s", get_rds_lps()) - elseif data == "ert" then return string.format("ERT=%s", get_rds_ert()) + elseif data == "lps" then return string.format("LPS=%s\r\n", get_rds_lps()) + elseif data == "ert" then return string.format("ERT=%s\r\n", get_rds_ert()) else return "?" end -- TODO: more end