From b4bdd75be9b40c83e90a1ee9a628237f1ffcd6b8 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sun, 12 Jan 2025 09:09:54 -0300 Subject: [PATCH] wx module for QRP_LightTracker --- src/wx_utils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wx_utils.cpp b/src/wx_utils.cpp index 348c4cf..e1616d3 100644 --- a/src/wx_utils.cpp +++ b/src/wx_utils.cpp @@ -47,6 +47,8 @@ namespace WX_Utils { while (1) delay(1); } logger.log(logging::LoggerLevel::LOGGER_LEVEL_INFO, "BME", " SHTC3 sensor found"); + wxModuleFound = true; + wxModuleType = 4; #else if (wxModuleAddress != 0x00) { #if defined(HELTEC_V3_GPS) || defined(HELTEC_V3_TNC) || defined(HELTEC_V3_2_GPS) || defined(HELTEC_V3_2_TNC)