mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 23:50:16 +00:00
ESP IDF Robot
This commit is contained in:
@@ -139,6 +139,7 @@ static void ledc_init (void) {
|
||||
.freq_hz = LEDC_FREQUENCY,
|
||||
.clk_cfg = LED_SUTO_CLK
|
||||
};
|
||||
ESP_ERROR_CHECK(ledc_timer_config(&ledc_timer));
|
||||
}
|
||||
|
||||
void app_main(void)
|
||||
|
Reference in New Issue
Block a user