Add Heltec LoRa32 v3 to setTXPower
This commit is contained in:
		
							parent
							
								
									c4259d9b6c
								
							
						
					
					
						commit
						c7e24f7966
					
				| @ -1058,6 +1058,9 @@ void setTXPower(RadioInterface* radio, int txp) { | ||||
|     if (model == MODEL_C4) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN); | ||||
|     if (model == MODEL_C9) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN); | ||||
| 
 | ||||
|     if (model == MODEL_C5) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN); | ||||
|     if (model == MODEL_CA) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN); | ||||
| 
 | ||||
|     if (model == MODEL_D4) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN); | ||||
|     if (model == MODEL_D9) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user