Merge remote-tracking branch 'upstream/au_updates' into rel-jul13

This commit is contained in:
Stephen Olesen 2015-07-12 16:59:35 -06:00
commit ed136d6fe9
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ void HamShield::initialize() {
tx_data = 0x0A50;
I2Cdev::writeWord(devAddr, 0x59, tx_data); // Tx FM Deviation
tx_data = 0x0A10;
tx_data = 0x1425; //0x0A10;
I2Cdev::writeWord(devAddr, 0x62, tx_data); // Modu_det_thresh (sq setting)
tx_data = 0x2494;