mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 23:24:22 +00:00
ESP IDF Robot
This commit is contained in:
@@ -164,7 +164,7 @@ static void ledc_init (void) {
|
||||
.timer_sel = LEDC_TIMER,
|
||||
.intr_type = LEDC_INTR_DISABLE,
|
||||
.gpio_num = LEDC_OUTPUT_IO,
|
||||
.duty = LEDC_DUTY,//0,
|
||||
.duty = 0,
|
||||
.hpoint = 0,
|
||||
};
|
||||
ESP_ERROR_CHECK(ledc_channel_config(&ledc_channel));
|
||||
|
Reference in New Issue
Block a user