Skip to content

Commit

Permalink
RF speed back to 38 Kbps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenguer committed Jun 26, 2015
1 parent ac126ca commit 41a641e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cores/panstamp/panstamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
/**
* Default working mode
*/
//#define DEFAULT_WORKING_MODE 0 // Speed = 38 Kbps
#define DEFAULT_WORKING_MODE MODE_LOW_SPEED // Speed = 4800 bps
#define DEFAULT_WORKING_MODE 0 // Speed = 38 Kbps
//#define DEFAULT_WORKING_MODE MODE_LOW_SPEED // Speed = 4800 bps

/**
* Alias
Expand Down

0 comments on commit 41a641e

Please sign in to comment.