We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209f94f commit 981ffb4Copy full SHA for 981ffb4
samples/demos/end_to_end_agriculture/main.py
@@ -299,7 +299,7 @@ def relay_frame_callback(relay_frame):
299
elif operation == OP_FINISH:
300
print("- BLE: Finish request received.")
301
# Disable BLE interface. This operation does not require a response.
302
- xbee.atcmd(AT_CMD_BT, VALUE_DISABLED)
+ # xbee.atcmd(AT_CMD_BT, VALUE_DISABLED)
303
# Write settings in the device.
304
xbee.atcmd(AT_CMD_WR)
305
finished = True
0 commit comments