diff --git a/appsrc/appconfig/basic/zappversion.hpp b/appsrc/appconfig/basic/zappversion.hpp index 80b877c..a093783 100644 --- a/appsrc/appconfig/basic/zappversion.hpp +++ b/appsrc/appconfig/basic/zappversion.hpp @@ -1,3 +1,3 @@ #pragma once -#define VERSION "3.1.2" +#define VERSION "3.1.3" #define PROJECT_NAME "TRANSMIT_DM" \ No newline at end of file diff --git a/appsrc/service/app/air_leak_detect_test.cpp b/appsrc/service/app/air_leak_detect_test.cpp index 1db5ec3..1c426ef 100644 --- a/appsrc/service/app/air_leak_detect_test.cpp +++ b/appsrc/service/app/air_leak_detect_test.cpp @@ -11,6 +11,8 @@ void AirLeakDetectTest::initialize() { GET_TO_SERVICE(m_ds) GET_TO_SERVICE(m_dics) + REG_CLASS("气密性检测测试") + REG_EXTFN(start, void(int), inflationTimeMs); REG_EXTFN_VOID(stop, void()); REG_EXTFN_VOID(getState, void());