mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 05:05:00 +00:00
fix: update registration debug statement to include response
This commit is contained in:
@@ -29,8 +29,8 @@ namespace PepperDash.Essentials.Core.Touchpanels
|
|||||||
|
|
||||||
if (_touchpanel.Registerable)
|
if (_touchpanel.Registerable)
|
||||||
{
|
{
|
||||||
_touchpanel.Register();
|
var registrationResponse = _touchpanel.Register();
|
||||||
Debug.Console(0, this, "");
|
Debug.Console(0, this, "touchpanel registration response: {0}", registrationResponse);
|
||||||
}
|
}
|
||||||
|
|
||||||
_touchpanel.BaseEvent += _touchpanel_BaseEvent;
|
_touchpanel.BaseEvent += _touchpanel_BaseEvent;
|
||||||
|
|||||||
Reference in New Issue
Block a user