mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-13 22:34:59 +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 @@
|
|||||||
d740ee238385e5101ece62b4ba5d6e0ba385e06b
|
b23b7a66c949130068e26347c80c516ed4794217
|
||||||
|
@@ -154,7 +154,7 @@ static void ledc_init (void) {
|
|||||||
.duty_resolution = LEDC_DUTY_RES,
|
.duty_resolution = LEDC_DUTY_RES,
|
||||||
.timer_num = LEDC_TIMER,
|
.timer_num = LEDC_TIMER,
|
||||||
.freq_hz = LEDC_FREQUENCY,
|
.freq_hz = LEDC_FREQUENCY,
|
||||||
.clk_cfg = LEDC_AUTO_CLK
|
.clk_cfg = LEDC_APB_CLK// LEDC_AUTO_CLK
|
||||||
};
|
};
|
||||||
ESP_ERROR_CHECK(ledc_timer_config(&ledc_timer));
|
ESP_ERROR_CHECK(ledc_timer_config(&ledc_timer));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user