mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Added power-on semaphore to Sammy display to prevent power on glitches
This commit is contained in:
parent
0e9d1e4c35
commit
3841a9bad1
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8dbb67fda753e126de3f99e8814153410f8834bb
|
Subproject commit 5b4110246f47344c1a4e2dd119a9cd0c4019898b
|
||||||
Loading…
Add table
Add a link
Reference in a new issue