Browse Source

v6.1

master
zhaohe 1 year ago
parent
commit
efba63bf9d
  1. 2
      src/service/disfection_ctl/disinfection_service.cpp
  2. 2
      src/version.hpp

2
src/service/disfection_ctl/disinfection_service.cpp

@ -171,7 +171,7 @@ void DisinfectionService::__dumpDisinfectionLogsToCSV(bool header) {
if (header) { if (header) {
content += fmt::format(" {} , {} , {} , {} ,", ZIconv::noChange("仓内-过氧化氢浓度"), ZIconv::noChange("仓内-温度"), ZIconv::noChange("仓内-相对湿度"), ZIconv::noChange("仓内-相对饱和度")); content += fmt::format(" {} , {} , {} , {} ,", ZIconv::noChange("仓内-过氧化氢浓度"), ZIconv::noChange("仓内-温度"), ZIconv::noChange("仓内-相对湿度"), ZIconv::noChange("仓内-相对饱和度"));
} else { } else {
content += fmt::format(" {} , {} , {} ,", h2o2str[0], tempstr[0], humidstr[0], satstr[0]);
content += fmt::format(" {} , {} , {} , {} ,", h2o2str[0], tempstr[0], humidstr[0], satstr[0]);
} }
#endif #endif

2
src/version.hpp

@ -1,2 +1,2 @@
#pragma once #pragma once
#define VERSION "6.0"
#define VERSION "6.1"
Loading…
Cancel
Save