Skip to content

Commit

Permalink
enable modbus in common_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
helenwangjia authored Nov 9, 2023
1 parent 65804fd commit 1fe48ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osect_sensor/Application/edge_cron/common/common_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
BACNET_ENABLE = True
""" Bacnetトラフィックを取り込むか否か """

MODBUS_ENABLE = False
MODBUS_ENABLE = True
""" Modbusトラフィックを取り込むか否か """

BRO_SHELL_COMMAND = "/opt/ot_tools/bro.sh"
Expand Down

0 comments on commit 1fe48ab

Please sign in to comment.