mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 18:24:50 +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)
|
||||
{
|
||||
_touchpanel.Register();
|
||||
Debug.Console(0, this, "");
|
||||
var registrationResponse = _touchpanel.Register();
|
||||
Debug.Console(0, this, "touchpanel registration response: {0}", registrationResponse);
|
||||
}
|
||||
|
||||
_touchpanel.BaseEvent += _touchpanel_BaseEvent;
|
||||
|
||||
Reference in New Issue
Block a user