mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
install a new waveform-flavouring Arduino IDE menu and a new PIO #define (#7712)
This commit is contained in:
@ -237,6 +237,15 @@ else:
|
||||
LIBS=["lwip2-536-feat"]
|
||||
)
|
||||
|
||||
#
|
||||
# Waveform
|
||||
#
|
||||
if "PIO_FRAMEWORK_ARDUINO_WAVEFORM_LOCKED_PWM" in flatten_cppdefines:
|
||||
env.Append(CPPDEFINES=[("WAVEFORM_LOCKED_PWM", 1)])
|
||||
# PIO_FRAMEWORK_ARDUINO_WAVEFORM_LOCKED_PHASE (defaults)
|
||||
else:
|
||||
env.Append(CPPDEFINES=[("WAVEFORM_LOCKED_PHASE", 1)])
|
||||
|
||||
#
|
||||
# VTables
|
||||
#
|
||||
|
Reference in New Issue
Block a user