ESP8266_new_pwm icon indicating copy to clipboard operation
ESP8266_new_pwm copied to clipboard

Make configuration easier by including user_config.h

Open thierer opened this issue 8 years ago • 0 comments
trafficstars

By including user_config.h at the top of the file, it's possible to make configuration changes while using the unmodified code from the repository.

To make that also possible for both PWM_DEBUG and PWM_USE_NMI, include them in ifndef like already done for SDK_PWM_PERIOD_COMPAT_MODE and PWM_MAX_CHANNELS.

thierer avatar Feb 28 '17 16:02 thierer