latest changes on bluetooth.h / bluetooth.c #6788
Unanswered
espruino-discuss
asked this question in
Porting to new Devices
Replies: 1 comment
-
Posted at 2017-11-09 by @gfwilliams That sounds right - on nrf5x they're defined in Bluetooth.c as well I believe? You can add I'm surprised about needing to change |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-11-05 by JumJum
To get Espruino(ESP32) compiled with USE_BLUETOOTH=1 changed this
added includes to bluetooth.h
#include "jsutils.h"
#include "jsvar.h"
added variables in bluetooth.c, I'm pretty sure there's a better way, but to avoid side conflicts, ...
volatile BLEStatus bleStatus;
uint16_t bleAdvertisingInterval;
volatile uint16_t m_conn_handle;
Beta Was this translation helpful? Give feedback.
All reactions