bump minDeviceVersion to 1.3.41

pull/490/head
andrekir 2022-10-05 22:09:00 -03:00
rodzic 736d526b51
commit bf2cf7bd3b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -117,7 +117,7 @@ class MeshService : Service(), Logging {
/** The minimmum firmware version we know how to talk to. We'll still be able to talk to 1.0 firmwares but only well enough to ask them to firmware update
*/
val minDeviceVersion = DeviceVersion("1.3.0")
val minDeviceVersion = DeviceVersion("1.3.41")
}
enum class ConnectionState {