Merge pull request #496 from meshtastic/change-uuid

Change UUID for FromRadio characteristic
This commit is contained in:
Andre K
2022-10-11 22:35:52 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class BluetoothInterface(
val BTM_SERVICE_UUID: UUID = UUID.fromString("6ba1b218-15a8-461f-9fa8-5dcae273eafd")
val BTM_FROMRADIO_CHARACTER: UUID =
UUID.fromString("8ba2bcc2-ee02-4a55-a531-c525c5e454d5")
UUID.fromString("2c55e69e-4993-11ed-b878-0242ac120002")
val BTM_TORADIO_CHARACTER: UUID =
UUID.fromString("f75c76d2-129e-4dad-a1dd-7866124401e7")
val BTM_FROMNUM_CHARACTER: UUID =

View File

@@ -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.41")
val minDeviceVersion = DeviceVersion("1.3.43")
}
enum class ConnectionState {