Fixed some bugs with build in modules.
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
|
||||
// Hook to pull in words from optional serial bluetooth support.
|
||||
# if __has_include("serial-bluetooth.h")
|
||||
# include "bluetooth-serial.h"
|
||||
# include "serial-bluetooth.h"
|
||||
# else
|
||||
# define OPTIONAL_SERIAL_BLUETOOTH_SUPPORT
|
||||
# define OPTIONAL_BLUETOOTH_VOCABULARY
|
||||
|
||||
@ -46,6 +46,5 @@
|
||||
XV(bluetooth, "SerialBT.isReady", SERIALBT_IS_READY, n0 = bt0->isReady(n2, n1); NIPn(2)) \
|
||||
/* Bluetooth */ \
|
||||
YV(bluetooth, esp_bt_dev_get_address, PUSH esp_bt_dev_get_address())
|
||||
#endif
|
||||
|
||||
{{serial_bluetooth}}
|
||||
|
||||
Reference in New Issue
Block a user