fixign radio not showing up (#1872)

This commit is contained in:
Peli de Halleux
2019-02-27 09:12:27 -08:00
committed by GitHub
parent 52e1d83d27
commit 889db5f66f
2 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,7 @@ namespace pxsim {
const b = board();
Runtime.postMessage(<SimulatorRadioPacketMessage>{
type: "radiopacket",
broadcast: true,
rssi: -42, // -42 is the strongest signal
serial: b.radioState.transmitSerialNumber ? pxsim.control.deviceSerialNumber() : 0,
time: new Date().getTime(),