Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						4aa2cd45a1
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -119,7 +119,9 @@ def generate_encoder_config(encoder_json, config_h_lines, postfix=''):
 | 
			
		|||
    config_h_lines.append(generate_define(f'ENCODERS_PAD_B{postfix}', f'{{ {", ".join(b_pads)} }}'))
 | 
			
		||||
 | 
			
		||||
    if None in resolutions:
 | 
			
		||||
        cli.log.debug("Unable to generate ENCODER_RESOLUTION configuration")
 | 
			
		||||
        cli.log.debug(f"Unable to generate ENCODER_RESOLUTION{postfix} configuration")
 | 
			
		||||
    elif len(resolutions) == 0:
 | 
			
		||||
        cli.log.debug(f"Skipping ENCODER_RESOLUTION{postfix} configuration")
 | 
			
		||||
    elif len(set(resolutions)) == 1:
 | 
			
		||||
        config_h_lines.append(generate_define(f'ENCODER_RESOLUTION{postfix}', resolutions[0]))
 | 
			
		||||
    else:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue