remove deprecations

This commit is contained in:
Kevin Hester 2021-03-03 08:14:40 +08:00
parent 55d0110ff2
commit dbc91e4ac5
5 changed files with 15 additions and 15 deletions

View file

@ -108,7 +108,6 @@ class MockInterface(private val service: RadioInterfaceService) : Logging, IRadi
MeshProtos.FromRadio.newBuilder().apply {
myInfo = MeshProtos.MyNodeInfo.newBuilder().apply {
myNodeNum = MY_NODE
region = "TW"
hwModel = "Sim"
messageTimeoutMsec = 5 * 60 * 1000
firmwareVersion = service.getString(R.string.cur_firmware_version)