Fix gain
This commit is contained in:
		
							parent
							
								
									5a9a0f7acc
								
							
						
					
					
						commit
						884d84bbf9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -404,7 +404,7 @@ inline static int next_sample(const uint32_t *buf, int *h) | ||||||
| 	h[1] = x3; | 	h[1] = x3; | ||||||
| 	h[0] = x4; | 	h[0] = x4; | ||||||
| 
 | 
 | ||||||
| 	return gain * sample / 2260; | 	return gain * sample / 565; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| static void rf_rx(void) | static void rf_rx(void) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue