Skip to content

Commit 5d06aa3

Browse files
committed
nrf5/bluetooth: Add some comment on the destination of the eddystone short-url.
1 parent b92b55b commit 5d06aa3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nrf5/bluetooth/ble_uart.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ void ble_uart_init0(void) {
214214
m_adv_data_uart_service.connectable = true;
215215

216216
#if BLUETOOTH_WEBBLUETOOTH_REPL
217+
// for now point eddystone URL to https://goo.gl/x46FES => https://glennrub.github.io/webbluetooth/micropython/repl/
217218
static uint8_t eddystone_url_data[27] = {0x2, 0x1, 0x6,
218219
0x3, 0x3, 0xaa, 0xfe,
219220
19, 0x16, 0xaa, 0xfe, 0x10, 0xee, 0x3, 'g', 'o', 'o', '.', 'g', 'l', '/', 'x', '4', '6', 'F', 'E', 'S'};

0 commit comments

Comments
 (0)