mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(configRoute): add configType to argument
This commit is contained in:
parent
cd05f8d565
commit
45578d27f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue