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