You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CreateSetting(BluetoothHeartrateSetting.WebsocketServerEnabled,@"Websocket Server Enabled",@"Broadcast the heartrate data over a local Websocket server",false);
41
41
CreateSetting(BluetoothHeartrateSetting.WebsocketServerHost,@"Websocket Server Hostname",@"Hostname (IP address) for the Websocket server","127.0.0.1",()=>GetSetting<bool>(BluetoothHeartrateSetting.WebsocketServerEnabled));
42
42
CreateSetting(BluetoothHeartrateSetting.WebsocketServerPort,@"Websocket Server Port",@"Port for the Websocket server",36210,()=>GetSetting<bool>(BluetoothHeartrateSetting.WebsocketServerEnabled));
0 commit comments