Skip to content

Commit

Permalink
#387: Change default radio datarate to 2M
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jan 15, 2019
1 parent f63020a commit 7b0041f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

//The radio channel. From 0 to 125
#define RADIO_CHANNEL 80
#define RADIO_DATARATE RADIO_RATE_250K
#define RADIO_DATARATE RADIO_RATE_2M
#define RADIO_ADDRESS 0xE7E7E7E7E7ULL

/**
Expand Down

0 comments on commit 7b0041f

Please sign in to comment.