浏览代码

Set update interval to 500 ms

master
Christian Loch 4 年前
父节点
当前提交
3cf6907a04
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      main/main.c

+ 1
- 1
main/main.c 查看文件

@@ -24,7 +24,7 @@ void app_main(void)
read_sensor2(&temp2, &pressure2, &humidity2);
server_set_values(temp, pressure, humidity, temp2, pressure2, humidity2);
display_data(temp, pressure, humidity, temp2, pressure2, humidity2);
vTaskDelay(1000 / portTICK_PERIOD_MS);
vTaskDelay(500 / portTICK_PERIOD_MS);
}
}


正在加载...
取消
保存