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