1
0
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:
Peter Antypas 2021-03-30 15:15:11 -07:00
parent 71672cf1bc
commit 8b85f02d92
2 changed files with 3 additions and 3 deletions

View File

@ -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
/**

View File

@ -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: