Skip to content

Commit 981ffb4

Browse files
committed
samples/agriculture: do not disable BLE after provisioning
Signed-off-by: Victor Coman <victor.coman@digi.com>
1 parent 209f94f commit 981ffb4

File tree

1 file changed

+1
-1
lines changed
  • samples/demos/end_to_end_agriculture

1 file changed

+1
-1
lines changed

samples/demos/end_to_end_agriculture/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def relay_frame_callback(relay_frame):
299299
elif operation == OP_FINISH:
300300
print("- BLE: Finish request received.")
301301
# Disable BLE interface. This operation does not require a response.
302-
xbee.atcmd(AT_CMD_BT, VALUE_DISABLED)
302+
# xbee.atcmd(AT_CMD_BT, VALUE_DISABLED)
303303
# Write settings in the device.
304304
xbee.atcmd(AT_CMD_WR)
305305
finished = True

0 commit comments

Comments
 (0)