Add S7Comm learning period configuration

This commit is contained in:
Alfredo Cardigliano 2025-12-17 10:14:59 +01:00
parent 8be49d4608
commit 6a95f44b48
6 changed files with 29 additions and 5 deletions

View file

@ -518,6 +518,10 @@ local menu_subpages = {{
modbus_learning_period = {
title = i18n("prefs.modbus_learning_period_title"),
description = i18n("prefs.modbus_learning_period_description")
},
s7comm_learning_period = {
title = i18n("prefs.s7comm_learning_period_title"),
description = i18n("prefs.s7comm_learning_period_description")
}
}
}, {