mirror of https://github.com/arendst/Tasmota.git
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…
Reference in New Issue