diff --git a/http/main/main.c b/http/main/main.c index aadf894..618fe73 100644 --- a/http/main/main.c +++ b/http/main/main.c @@ -27,7 +27,7 @@ //LED defines. #define LEDC_TIMER LEDC_TIMER_0 #define LEDC_MODE LEDC_LOW_SPEED_MODE -#define LEDC_OUTPUT_IO (38 ) // Define the output GPIO. 38 in the onboard LED. +#define LEDC_OUTPUT_IO (38) // Define the output GPIO. 38 in the onboard LED. #define LEDC_CHANNEL LEDC_CHANNEL_0 #define LEDC_DUTY_RES LEDC_TIMER_13_BIT // Set duty resolution to 13 bits #define LEDC_DUTY (4095) // Set duty to 50%. ((2 ** 13) - 1) * 50% = 4095