mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 21:48:13 +00:00
driver: Remove features deprecated pre-IDF V4.0
This commit is contained in:
committed by
Angus Gratton
parent
f44d99b509
commit
f406d020d8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user