mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
update minFirmwareVersion to 1.3.0
This commit is contained in:
parent
df7add76eb
commit
2e55a178f2
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,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 minFirmwareVersion = DeviceVersion("1.2.0")
|
||||
val minFirmwareVersion = DeviceVersion("1.3.0")
|
||||
}
|
||||
|
||||
enum class ConnectionState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue