add tx_power units

This commit is contained in:
Kevin Hester 2021-03-10 11:15:12 +08:00
parent e56f2770c3
commit 7bf8b67690

View file

@ -51,7 +51,7 @@ message ChannelSettings {
/*
* If zero then, use default max legal continuous power (ie. something that won't
* burn out the radio hardware)
* In most cases you should use zero here.
* In most cases you should use zero here. Units are in dBm.
*/
int32 tx_power = 1;