kopia lustrzana https://github.com/Aircoookie/WLED
6 wiersze
142 B
Python
6 wiersze
142 B
Python
![]() |
Import('env')
|
||
|
|
||
|
for lb in env.GetLibBuilders():
|
||
|
if lb.name == "arduinoFFT":
|
||
|
lb.env.Append(CPPDEFINES=[("sqrt_internal", "sqrtf")])
|