mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 09:50:17 +00:00
ESP IDF Robot
This commit is contained in:
@@ -135,7 +135,7 @@ static void configure_button (void) {
|
||||
static void ledc_init (void) {
|
||||
ledc_timer_config_t ledc_timer = {
|
||||
.speed_mode = LEDC_MODE,//MODE,
|
||||
.duty_resolution = LEDC_TIMER_14_BIT,//,
|
||||
.duty_resolution = LEDC_DUTY_RES,
|
||||
.timer_num = LEDC_TIMER,
|
||||
.freq_hz = LEDC_FREQUENCY,
|
||||
.clk_cfg = LEDC_AUTO_CLK
|
||||
|
Reference in New Issue
Block a user