mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
add note
This commit is contained in:
parent
1009e1fba2
commit
436ac1af47
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ class UIViewModel @Inject constructor(
|
|||
private val defaultPositionBroadcastSecs = if (isRouter) 12 * 60 * 60 else 15 * 60
|
||||
private val defaultLsSecs = if (isRouter) 24 * 60 * 60 else 5 * 60
|
||||
|
||||
// val isESP32: Boolean = _localConfig.value?.hasWifi() == true (not working)
|
||||
fun isESP32(): Boolean {
|
||||
// mesh.proto 'HardwareModel' enums for ESP32 devices
|
||||
val hwModelESP32 = listOf(1, 2, 3, 4, 5, 6, 8, 10, 11, 32, 35, 39, 40, 41, 43, 44)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue