From 1029c2890a786461d9c089a1378225040216cf0c Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 13 Jan 2019 16:27:42 -0700 Subject: [PATCH] forgot qnremote --- QnetRemote.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/QnetRemote.cpp b/QnetRemote.cpp index 7d0e01b..4a94bec 100644 --- a/QnetRemote.cpp +++ b/QnetRemote.cpp @@ -92,9 +92,7 @@ bool ReadCfgFile() return true; } } - path.append("_modem2gate"); - path.append(1, 'a'+module); - cfg.GetValue(path, type, togateway, 1, FILENAME_MAX); + cfg.GetValue("gateway_modem2gate", estr, togateway, 1, FILENAME_MAX); cfg.GetValue("timing_play_wait", estr, PLAY_WAIT, 1,10); cfg.GetValue("timing_play_delay", estr, PLAY_DELAY, 15, 25);