|  |  |  | @ -63,7 +63,8 @@ class Car: | 
			
		
	
		
			
				
					|  |  |  |  |       experimental_long_allowed = self.params.get_bool("ExperimentalLongitudinalEnabled") | 
			
		
	
		
			
				
					|  |  |  |  |       num_pandas = len(messaging.recv_one_retry(self.sm.sock['pandaStates']).pandaStates) | 
			
		
	
		
			
				
					|  |  |  |  |       cached_params = self.params.get("CarParamsCache") | 
			
		
	
		
			
				
					|  |  |  |  |       self.CI, self.CP = get_car(self.can_sock, self.pm.sock['sendcan'], obd_callback(self.params), experimental_long_allowed, num_pandas, cached_params) | 
			
		
	
		
			
				
					|  |  |  |  |       self.CI = get_car(self.can_sock, self.pm.sock['sendcan'], obd_callback(self.params), experimental_long_allowed, num_pandas, cached_params) | 
			
		
	
		
			
				
					|  |  |  |  |       self.CP = self.CI.CP | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       # continue onto next fingerprinting step in pandad | 
			
		
	
		
			
				
					|  |  |  |  |       self.params.put_bool("FirmwareQueryDone", True) | 
			
		
	
	
		
			
				
					|  |  |  | 
 |