Skip to content

Commit 242e83e

Browse files
committed
plugins: mcumgr: Enable Bluetooth write with response by default
1 parent fa26ca0 commit 242e83e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

plugins/mcumgr/bluetooth_setup.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@
155155
<item>
156156
<widget class="QCheckBox" name="check_write_with_response">
157157
<property name="text">
158-
<string>Write with response (reliable, slow)</string>
158+
<string>Write with response (reliable)</string>
159+
</property>
160+
<property name="checked">
161+
<bool>true</bool>
159162
</property>
160163
</widget>
161164
</item>

0 commit comments

Comments
 (0)