From 4c466b425ce5f02ccaa84027c2ce1973eead39f6 Mon Sep 17 00:00:00 2001 From: Aviv Cohn Date: Thu, 25 Apr 2024 10:24:09 -0400 Subject: [PATCH] fix: Change console message to include "use eiscApiAdvanced" --- PepperDashEssentials/Bridges/EiscBridge.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PepperDashEssentials/Bridges/EiscBridge.cs b/PepperDashEssentials/Bridges/EiscBridge.cs index 21a220ef3..c768924b2 100644 --- a/PepperDashEssentials/Bridges/EiscBridge.cs +++ b/PepperDashEssentials/Bridges/EiscBridge.cs @@ -70,7 +70,7 @@ public EiscApi(DeviceConfig dc) : catch (NullReferenceException) { Debug.ConsoleWithLog(0, this, - "Please update the bridge config to use EiscBridgeAdvanced with this device: {0}", device.Key); + "Please update the bridge config to use eiscApiAdvanced with this device: {0}", device.Key); } } Debug.Console(1, this, "Devices Linked.");