Skip to content

Commit

Permalink
Merge pull request #209 from Pinoccio/wifi-transactions
Browse files Browse the repository at this point in the history
wifi: Use SPI transactions
  • Loading branch information
matthijskooijman committed Nov 14, 2014
2 parents 3d63262 + 58f6f45 commit 382437f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/backpacks/wifi/WifiBackpack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ bool WifiBackpack::setup(BackpackInfo *info) {
apConnCount = 0;
connectedAt = 0;

SPI.begin();
SPI.setClockDivider(SPI_CLOCK_DIV16);

gs.onAssociate = onAssociate;
gs.eventData = this;

Expand Down

0 comments on commit 382437f

Please sign in to comment.