explictely set radio default power to 6 (#1286)
This commit is contained in:
@ -60,6 +60,7 @@ namespace pxsim {
|
||||
|
||||
constructor(private runtime: Runtime) {
|
||||
this.datagram = new RadioDatagram(runtime);
|
||||
this.power = 6; // default value
|
||||
}
|
||||
|
||||
setTransmitPower(power: number) {
|
||||
|
Reference in New Issue
Block a user