mirror of
				https://github.com/manuelbl/ttn-esp32.git
				synced 2025-10-31 18:50:33 +01:00 
			
		
		
		
	fix configPower for sx1272
This commit is contained in:
		| @ -670,9 +670,9 @@ static void configPower () { | ||||
|     if (req_pw >= 20) { | ||||
|         policy = LMICHAL_radio_tx_power_policy_20dBm; | ||||
|             eff_pw = 20; | ||||
|     } else if (eff_pw >= 14) { | ||||
|     } else if (req_pw >= 14) { | ||||
|         policy = LMICHAL_radio_tx_power_policy_paboost; | ||||
|         if (eff_pw > 17) { | ||||
|         if (req_pw > 17) { | ||||
|             eff_pw = 17; | ||||
|         } else { | ||||
|             eff_pw = req_pw; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user