Browse Source

fix some bug

try_support_dt100n
zhaohe 4 weeks ago
parent
commit
c524e07d17
  1. 1
      appsrc/service/app_core.cpp

1
appsrc/service/app_core.cpp

@ -56,6 +56,7 @@ void AppCore::initialize() {
REG_ENUM_TYPE(AppEventType, AppEventType::getEnumStrList()); REG_ENUM_TYPE(AppEventType, AppEventType::getEnumStrList());
REG_ENUM_TYPE(ProjectTypeEnum, ProjectTypeEnum::getEnumStrList()); REG_ENUM_TYPE(ProjectTypeEnum, ProjectTypeEnum::getEnumStrList());
REG_ENUM_TYPE(H2O2SensorType, H2O2SensorType::getEnumStrList()); REG_ENUM_TYPE(H2O2SensorType, H2O2SensorType::getEnumStrList());
REG_ENUM_TYPE(PressureUint, PressureUint::getEnumStrList());
installEcodeInfo(); installEcodeInfo();

Loading…
Cancel
Save