Skip to content

Commit

Permalink
[nrf fromlist] Shortened pump controller BT name
Browse files Browse the repository at this point in the history
Matter pump controller BT name was exceeding the max allowed size,
so it needed to be shortened.
  • Loading branch information
kkasperczyk-no authored and Damian-Nordic committed Dec 1, 2021
1 parent f96875c commit ef548fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pump-controller-app/nrfconnect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CONFIG_OPENTHREAD_NETWORK_NAME="OpenThread"
CONFIG_OPENTHREAD_XPANID="11:11:11:11:22:22:22:22"

# Bluetooth overrides
CONFIG_BT_DEVICE_NAME="MatterPumpController"
CONFIG_BT_DEVICE_NAME="MatterPumpCtrl"

# Additional configs for debbugging experience.
CONFIG_THREAD_NAME=y
Expand Down

0 comments on commit ef548fa

Please sign in to comment.