clang
This commit is contained in:
parent
571c8e2d9f
commit
20401e1dc4
1 changed files with 3 additions and 2 deletions
|
|
@ -20,9 +20,10 @@
|
|||
|
||||
// Use LEDC for ESP32 arch so we can PWM
|
||||
#ifdef ARDUINO_ARCH_ESP32
|
||||
#define LEDC_CHANNEL_0 0 ///< use first channel of 16 channels (started from zero)
|
||||
#define LEDC_CHANNEL_0 \
|
||||
0 ///< use first channel of 16 channels (started from zero)
|
||||
#define LEDC_TIMER_12_BIT 12 ///< use 12 bit precision for LEDC timer
|
||||
#define LEDC_BASE_FREQ 5000 ///< use 5000Hz as a LEDC base frequency
|
||||
#define LEDC_BASE_FREQ 5000 ///< use 5000Hz as a LEDC base frequency
|
||||
#endif
|
||||
|
||||
#define STATUS_LED_KAT_BLINK_TIME \
|
||||
|
|
|
|||
Loading…
Reference in a new issue