From 4d10a843b412b779da6493c14f2f14e446de7ce2 Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Mon, 25 Jun 2018 13:17:37 -0500 Subject: Update call to convertModelToMtsShortCode to use new signature for supporting LNA3 and LAT3 radios --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 4b447df..06c6e98 100644 --- a/main.cpp +++ b/main.cpp @@ -403,7 +403,7 @@ Json::Value getStaticData() { } std::string sCode(CellularRadio::VALUE_UNKNOWN); - if(g_apRadio->convertModelToMtsShortCode(g_sModel, sCode) != CellularRadio::SUCCESS) { + if(CellularRadio::convertModelToMtsShortCode(g_sModel, sCode, g_apRadio.get()) != CellularRadio::SUCCESS) { printWarning("Radio MTS short code not supported"); } jData[CellularRadio::KEY_CODE] = sCode; -- cgit v1.2.3