mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: Update minimum required firmware version (#1658)
Updated the minimum required firmware version to 2.3.15.
This commit is contained in:
parent
6dfb6a56d6
commit
f7731f0c98
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ class MeshService : Service(), Logging {
|
|||
/** The minimum firmware version we know how to talk to. We'll still be able
|
||||
* to talk to 2.0 firmwares but only well enough to ask them to firmware update.
|
||||
*/
|
||||
val minDeviceVersion = DeviceVersion("2.3.2")
|
||||
val minDeviceVersion = DeviceVersion("2.3.15")
|
||||
}
|
||||
|
||||
enum class ConnectionState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue