refactor: remove legacy BLE characteristic

This commit is contained in:
andrekir 2024-10-02 20:00:02 -03:00
parent ffb402acde
commit c0692b80ec
3 changed files with 1 additions and 21 deletions

View file

@ -30,7 +30,6 @@ import com.geeksville.mesh.model.DeviceVersion
import com.geeksville.mesh.repository.datastore.RadioConfigRepository
import com.geeksville.mesh.repository.location.LocationRepository
import com.geeksville.mesh.repository.network.MQTTRepository
import com.geeksville.mesh.repository.radio.BluetoothInterface
import com.geeksville.mesh.repository.radio.RadioInterfaceService
import com.geeksville.mesh.repository.radio.RadioServiceConnectionState
import com.geeksville.mesh.util.*
@ -1624,8 +1623,6 @@ class MeshService : Service(), Logging {
newNodes.clear()
newMyNodeInfo = null
if (BluetoothInterface.invalidVersion) onHasSettings() // Device firmware is too old
debug("Starting config nonce=$configNonce")
sendToRadio(ToRadio.newBuilder().apply {