Merge pull request #377 from meshtastic/refactor-protos

Remove mynodeinfo.num_bands
This commit is contained in:
Andre Kirchhoff
2022-02-15 20:02:43 -03:00
committed by GitHub

View File

@@ -175,7 +175,6 @@ class MockInterface(private val service: RadioInterfaceService) : Logging, IRadi
myNodeNum = MY_NODE
messageTimeoutMsec = 5 * 60 * 1000
firmwareVersion = "1.2.8" // Pretend to be running an older 1.2 version
numBands = 13
maxChannels = 8
}.build()
},