mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
添加Openssl,Gmssl加密库
This commit is contained in:
@@ -115,7 +115,7 @@ void Application::runThreadStat()
|
||||
while (!isQuit)
|
||||
{
|
||||
static TimeTick ttStat(1);
|
||||
if(ttStat.elapse(10))
|
||||
if(Config::option.stat.enabled && ttStat.elapse(Config::option.stat.interval))
|
||||
{
|
||||
// 设备历史数据(电压、电流、功率),存储到 history_day
|
||||
// 统计数据,存储到 stat_day
|
||||
|
||||
Reference in New Issue
Block a user