mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	Add an accessor to toggle prog mode outside knx_facade
This commit is contained in:
		
							parent
							
								
									e06ce00034
								
							
						
					
					
						commit
						45ba2932a6
					
				@ -283,6 +283,11 @@ template <class P, class B> class KnxFacade : private SaveRestore
 | 
			
		||||
        _bau.restartRequest(individualAddress);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void toogleProgMode()
 | 
			
		||||
    {
 | 
			
		||||
        _toogleProgMode = true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  private:
 | 
			
		||||
    P* _platformPtr = 0;
 | 
			
		||||
    B* _bauPtr = 0;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user