mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: update registration debug statement to include response
This commit is contained in:
parent
6698dcb46e
commit
d1d1d81165
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue