TX power moved to configuration

This commit is contained in:
Pawel Spychalski
2017-11-23 14:41:11 +01:00
parent 52daef7667
commit 8ffaccbd5f
3 changed files with 11 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ struct RadioState_t {
uint32_t loraBandwidth = 250000;
uint8_t loraSpreadingFactor = 7;
uint8_t loraCodingRate = 6;
uint8_t loraTxPower = 17; // Defines output power of TX, defined in dBm range from 2-17
int8_t bytesToRead = -1;
uint8_t rssi = 0;
uint8_t snr = 0;