chore: Update minimum required firmware version (#1658)

Updated the minimum required firmware version to 2.3.15.
This commit is contained in:
James Rich 2025-03-07 14:27:28 -06:00 committed by GitHub
parent 6dfb6a56d6
commit f7731f0c98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {