From 4e381efcdbdbfcdaa4170a27888a2f8ea117bf24 Mon Sep 17 00:00:00 2001 From: Piotr Antczak Date: Sat, 9 Mar 2024 16:08:26 +0100 Subject: [PATCH] fix: fix typo in modbus configuration #344 --- src/components/AppStepper/FeaturesStep/AvailableFeatures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppStepper/FeaturesStep/AvailableFeatures.js b/src/components/AppStepper/FeaturesStep/AvailableFeatures.js index 1c671837..d37b1075 100644 --- a/src/components/AppStepper/FeaturesStep/AvailableFeatures.js +++ b/src/components/AppStepper/FeaturesStep/AvailableFeatures.js @@ -436,7 +436,7 @@ const availableFeatures = [ value: false, show: true, description: 'stepFeaturesModbusBridgeDesc', - group: ['USE_MODBUSBRIDGE', 'USE_MODBUSBRIDGE_TCP'], + group: ['USE_MODBUS_BRIDGE', 'USE_MODBUS_BRIDGE_TCP'], boards: ['all'], }, {