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 a2556a0 commit eee466dCopy full SHA for eee466d
examples/Series1_Tx/Series1_Tx.pde
@@ -91,7 +91,7 @@ void loop() {
91
92
// should be a znet tx status
93
if (xbee.getResponse().getApiId() == TX_STATUS_RESPONSE) {
94
- xbee.getResponse().getZBTxStatusResponse(txStatus);
+ xbee.getResponse().getTxStatusResponse(txStatus);
95
96
// get the delivery status, the fifth byte
97
if (txStatus.getStatus() == SUCCESS) {
0 commit comments