diff options
| author | Glenn Ruben Bakke <glennbakke@gmail.com> | 2017-04-09 15:52:21 +0200 |
|---|---|---|
| committer | Glenn Ruben Bakke <glennbakke@gmail.com> | 2017-04-09 15:52:21 +0200 |
| commit | 5d06aa32609959115b496ac0e596438bfdbda038 (patch) | |
| tree | 930030e0bc1f4bc7db690ab098068e86598dd829 | |
| parent | b92b55bdd0ff12fa5c83f7157ff8a10ec8ea582d (diff) | |
nrf5/bluetooth: Add some comment on the destination of the eddystone short-url.
| -rw-r--r-- | nrf5/bluetooth/ble_uart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nrf5/bluetooth/ble_uart.c b/nrf5/bluetooth/ble_uart.c index 4b53268af..7789da2f3 100644 --- a/nrf5/bluetooth/ble_uart.c +++ b/nrf5/bluetooth/ble_uart.c @@ -214,6 +214,7 @@ void ble_uart_init0(void) { m_adv_data_uart_service.connectable = true; #if BLUETOOTH_WEBBLUETOOTH_REPL + // for now point eddystone URL to https://goo.gl/x46FES => https://glennrub.github.io/webbluetooth/micropython/repl/ static uint8_t eddystone_url_data[27] = {0x2, 0x1, 0x6, 0x3, 0x3, 0xaa, 0xfe, 19, 0x16, 0xaa, 0xfe, 0x10, 0xee, 0x3, 'g', 'o', 'o', '.', 'g', 'l', '/', 'x', '4', '6', 'F', 'E', 'S'}; |
