mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
Add compile option for PWM variant
in latest Arduino Stage there is now the possibility to choose between two variants how software PWM is implemented.
This commit is contained in:
parent
a46e19e3b9
commit
34e0daefcc
@ -93,6 +93,9 @@ platform_packages = framework-arduinoespressif8266 @ https://github.co
|
||||
build_unflags = ${esp_defaults.build_unflags}
|
||||
-Wswitch-unreachable
|
||||
build_flags = ${esp82xx_defaults.build_flags}
|
||||
; *** Use ONE of the two PWM variants. Tasmota default is Locked PWM
|
||||
;-DWAVEFORM_LOCKED_PHASE
|
||||
-DWAVEFORM_LOCKED_PWM
|
||||
-Wno-switch-unreachable
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user