driver: Remove features deprecated pre-IDF V4.0

This commit is contained in:
Angus Gratton
2019-08-21 12:31:44 +10:00
committed by Angus Gratton
parent f44d99b509
commit f406d020d8
10 changed files with 7 additions and 208 deletions

View File

@@ -39,7 +39,7 @@ esp_err_t mesh_light_init(void)
s_light_inited = true;
ledc_timer_config_t ledc_timer = {
.bit_num = LEDC_TIMER_13_BIT,
.duty_resolution = LEDC_TIMER_13_BIT,
.freq_hz = 5000,
.speed_mode = LEDC_HIGH_SPEED_MODE,
.timer_num = LEDC_TIMER_0,