updateChannelSet

abstract suspend fun updateChannelSet(settingsList: List<ChannelSettings>?, loraConfig: Config.LoRaConfig?)(source)

Atomically updates the cached channel set. A null argument preserves that field's current value.

This is used after a committed radio transaction when channel settings and LoRa configuration must become visible together.