refresh rate

This commit is contained in:
leo 2023-06-13 14:49:39 +02:00
parent 7b926dce6a
commit b6682ac288
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -155,8 +155,7 @@ void app_main(void){
ESP_LOGI(TAG, "overrange %d", overrange_flag);
overrange_flag = 0;
//activate_range(ranges, r_ind, R100);
vTaskDelay(5000 / portTICK_PERIOD_MS);
vTaskDelay(500 / portTICK_PERIOD_MS);
r_ind = (r_ind + 1) % R_NUM;
}
}