mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
allow ULP not only for ESP32
This commit is contained in:
parent
87b403f10d
commit
ed6c21ad80
@ -166,7 +166,7 @@ BERRY_LOCAL const bntvmodule* const be_module_table[] = {
|
||||
#ifdef USE_ALEXA_AVS
|
||||
&be_native_module(crypto),
|
||||
#endif
|
||||
#if defined(USE_BERRY_ULP) && defined(CONFIG_IDF_TARGET_ESP32)
|
||||
#if defined(USE_BERRY_ULP)
|
||||
&be_native_module(ULP),
|
||||
#endif // USE_BERRY_ULP
|
||||
#if defined(USE_MI_ESP32) && !defined(USE_BLE_ESP32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user