mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 16:56:34 +00:00
ignore USE_BERRY_ULP on unsupported platforms
This commit is contained in:
parent
42f9090b71
commit
1011ee2cbb
@ -166,7 +166,7 @@ BERRY_LOCAL const bntvmodule* const be_module_table[] = {
|
|||||||
#ifdef USE_ALEXA_AVS
|
#ifdef USE_ALEXA_AVS
|
||||||
&be_native_module(crypto),
|
&be_native_module(crypto),
|
||||||
#endif
|
#endif
|
||||||
#if defined(USE_BERRY_ULP)
|
#if defined(USE_BERRY_ULP) && ((CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32S3))
|
||||||
&be_native_module(ULP),
|
&be_native_module(ULP),
|
||||||
#endif // USE_BERRY_ULP
|
#endif // USE_BERRY_ULP
|
||||||
#if defined(USE_MI_ESP32) && !defined(USE_BLE_ESP32)
|
#if defined(USE_MI_ESP32) && !defined(USE_BLE_ESP32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user