mirror of
https://github.com/thelsing/knx.git
synced 2025-08-17 13:47:28 +02: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