From 94af03c71528af321cc703306a4c89a9a10dd5f3 Mon Sep 17 00:00:00 2001 From: beegee-tokyo Date: Thu, 5 Oct 2023 14:43:09 +0800 Subject: [PATCH] Remove PID for now, confuses WisToolBox --- src/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.cpp b/src/app.cpp index 2f99aec..16b6a6a 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -90,8 +90,8 @@ void setup_app(void) bool init_app(void) { api_set_version(SW_VERSION_1, SW_VERSION_2, SW_VERSION_3); - g_device_pid = "RAK10702"; - g_custom_fw_ver = "RAK10702 V" + String(SW_VERSION_1) + "." + String(SW_VERSION_2) + "." + String(SW_VERSION_3); + // g_device_pid = "RAK10702"; + // g_custom_fw_ver = "RAK10702 V" + String(SW_VERSION_1) + "." + String(SW_VERSION_2) + "." + String(SW_VERSION_3); AT_PRINTF("==============================================="); AT_PRINTF("Indoor Comfort Sensor"); AT_PRINTF("Built with RAK's WisBlock");