mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Update be_modtab.c
fix standard ble build 2/2
This commit is contained in:
parent
2566156dd5
commit
b08ad3843f
@ -48,7 +48,7 @@ be_extern_native_module(lv_extra);
|
||||
be_extern_native_module(lv_tasmota);
|
||||
#endif // USE_LVGL
|
||||
|
||||
#ifdef USE_MI_ESP32
|
||||
#if defined(USE_MI_ESP32) && !defined(USE_BLE_ESP32)
|
||||
extern void be_load_MI32_class(bvm *vm);
|
||||
extern void be_load_BLE_class(bvm *vm);
|
||||
#endif //USE_MI_ESP32
|
||||
@ -234,7 +234,7 @@ BERRY_API void be_load_custom_libs(bvm *vm)
|
||||
be_load_lv_wifi_arcs_icon_class(vm);
|
||||
be_load_lv_clock_icon_class(vm);
|
||||
#endif // USE_LVGL
|
||||
#ifdef USE_MI_ESP32
|
||||
#if defined(USE_MI_ESP32) && !defined(USE_BLE_ESP32)
|
||||
be_load_MI32_class(vm);
|
||||
be_load_BLE_class(vm);
|
||||
#endif //USE_MI_ESP32
|
||||
|
Loading…
x
Reference in New Issue
Block a user