Zitat von SirSydom
Beitrag anzeigen
. Über Code:
asap()
Zitat von SirSydom
Beitrag anzeigen
Zitat von SirSydom
Beitrag anzeigen
Code:
void loop()
{
// don't delay here to much. Otherwise you might lose packages or mess up the timing with ETS
knx.loop();
// only run the application code if the device was configured with ETS
if (knx.configured())
appLoop();
}
Gruß, Waldemar


...
Einen Kommentar schreiben: