mirror of
https://github.com/peterantypas/maiana.git
synced 2025-05-28 05:10:40 -07:00
Board 10.5
This commit is contained in:
parent
71672cf1bc
commit
8b85f02d92
@ -23,11 +23,11 @@
|
||||
#include "StationData.h"
|
||||
#include "config.h"
|
||||
|
||||
// Current board revision is 5.0
|
||||
// Current board revision is 10.5.0
|
||||
// Either modify this header or define a different symbol in the preprocessor to build for a different board
|
||||
|
||||
#ifndef BOARD_REV
|
||||
#define BOARD_REV 105
|
||||
#define BOARD_REV 100
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -81,7 +81,7 @@ void Transceiver::configure()
|
||||
{
|
||||
case 0x4463:
|
||||
pwr.pa_mode = 0x48;
|
||||
pwr.pa_level = 0x12;
|
||||
pwr.pa_level = 0x10;
|
||||
pwr.pa_bias_clkduty = 0x00;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user