Update knx_facade.cpp

This commit is contained in:
Maggyver 2019-05-17 17:25:47 +02:00 committed by GitHub
parent 38d7177b72
commit 863a99f309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ bool KnxFacade::progMode()
void KnxFacade::progMode(bool value)
{
Serial.println("progmode");
_bau.deviceObject().progMode(value);
}