Browse Source
			
			
			Bugfix: HMT would not start
			
				Am Morgen wollten die HMTs nicht starten.
			
			
				pull/1413/head
			
			
		 
		
			
				
					
						 tictrick
					
					2 years ago
						tictrick
					
					2 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: B5690EEEBB952194
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/hm/hmSystem.h
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -69,6 +69,7 @@ class HmSystem { | 
			
		
	
		
		
			
				
					|  |  |             } else if(iv->config->serial.b[5] == 0x13) { |  |  |             } else if(iv->config->serial.b[5] == 0x13) { | 
			
		
	
		
		
			
				
					|  |  |                     iv->ivGen = IV_HMT; |  |  |                     iv->ivGen = IV_HMT; | 
			
		
	
		
		
			
				
					|  |  |                     iv->type = INV_TYPE_6CH; |  |  |                     iv->type = INV_TYPE_6CH; | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                     iv->ivRadioType = INV_RADIO_TYPE_CMT; | 
			
		
	
		
		
			
				
					|  |  |             } else if(iv->config->serial.u64 != 0ULL) { |  |  |             } else if(iv->config->serial.u64 != 0ULL) { | 
			
		
	
		
		
			
				
					|  |  |                 DPRINTLN(DBG_ERROR, F("inverter type can't be detected!")); |  |  |                 DPRINTLN(DBG_ERROR, F("inverter type can't be detected!")); | 
			
		
	
		
		
			
				
					|  |  |                 return; |  |  |                 return; | 
			
		
	
	
		
		
			
				
					|  | 
 |