fix(configRoute): add configType to argument

This commit is contained in:
andrekir 2024-08-25 09:41:48 -03:00
parent cd05f8d565
commit 45578d27f8

View file

@ -173,7 +173,7 @@ enum class ConfigRoute(val title: String, val configType: Int = 0) {
DISPLAY("Display", 4),
LORA("LoRa", 5),
BLUETOOTH("Bluetooth", 6),
SECURITY("Security", 7),
SECURITY("Security", configType = 7),
;
}