mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 05:05:00 +00:00
Added power-on semaphore to Sammy display to prevent power on glitches
This commit is contained in:
@@ -450,6 +450,11 @@ namespace PepperDash.Essentials
|
|||||||
/// <param name="content"></param>
|
/// <param name="content"></param>
|
||||||
void HandleHeartBeat(JToken content)
|
void HandleHeartBeat(JToken content)
|
||||||
{
|
{
|
||||||
|
SendMessageToServer(JObject.FromObject(new
|
||||||
|
{
|
||||||
|
type = "/heartbeat-ack"
|
||||||
|
}));
|
||||||
|
|
||||||
var code = content["userCode"];
|
var code = content["userCode"];
|
||||||
if(code != null)
|
if(code != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Submodule essentials-framework updated: 8dbb67fda7...5b4110246f
Reference in New Issue
Block a user