Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/demos/end_to_end_agriculture/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def relay_frame_callback(relay_frame):
elif operation == OP_FINISH:
print("- BLE: Finish request received.")
# Disable BLE interface. This operation does not require a response.
xbee.atcmd(AT_CMD_BT, VALUE_DISABLED)
# xbee.atcmd(AT_CMD_BT, VALUE_DISABLED)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be removed instead of commented out.

# Write settings in the device.
xbee.atcmd(AT_CMD_WR)
finished = True
Expand Down