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