Skip to content

Commit

Permalink
updates to ensure GATT works
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajnoble committed Oct 3, 2016
1 parent dabd27d commit 609301b
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 172 deletions.
2 changes: 1 addition & 1 deletion examples/RFDuino/RFDuino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void RFduinoBLE_onReceive(char *data, int len)

void RFduinoBLE_onDisconnect()
{
RFduinoBLE.stop();
RFduinoBLE.end();
RFduinoBLE.begin();
}

Expand Down
Loading

0 comments on commit 609301b

Please sign in to comment.