Skip to content

Commit

Permalink
activate websocket option in the settings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jannickheisch committed Dec 12, 2023
1 parent 8ed4c58 commit c87900b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.io.File
class Settings(val context: MainActivity) {
private val sharedPreferences = context.getSharedPreferences("tinyssbSettings", Context.MODE_PRIVATE)

private val WEBSOCKET_ENABLED_BY_DEFAULT = false
private val WEBSOCKET_ENABLED_BY_DEFAULT = true
private val BLE_ENABLED_BY_DEFAULT = true
private val UDP_MULTICAST_ENABLED_BY_DEFAULT = true

Expand Down

0 comments on commit c87900b

Please sign in to comment.