mirror of
				https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
				synced 2025-10-29 10:01:04 +00:00 
			
		
		
		
	FrSkyX add telemetry TX_RSSI, RX_LQI, TX_LQI
This commit is contained in:
		
							parent
							
								
									548390b0d7
								
							
						
					
					
						commit
						997d31addd
					
				| @ -448,6 +448,9 @@ void sportSendFrame() | |||||||
| 			frame[2] = 0x01; | 			frame[2] = 0x01; | ||||||
| 			frame[3] = 0xf1; | 			frame[3] = 0xf1; | ||||||
| 			frame[4] = RX_RSSI; | 			frame[4] = RX_RSSI; | ||||||
|  | 			frame[4] = TX_RSSI; | ||||||
|  | 			frame[5] = RX_LQI; | ||||||
|  | 			frame[6] = TX_LQI; | ||||||
| 			break; | 			break; | ||||||
| 		case 4: //BATT
 | 		case 4: //BATT
 | ||||||
| 			frame[2] = 0x04; | 			frame[2] = 0x04; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user