rxTextMessage property
We keep the last received text message (only) stored in the device flash, so we can show it on the screen. Might be null
Implementation
@$pb.TagNumber(7)
$1.MeshPacket get rxTextMessage => $_getN(3);
Implementation
@$pb.TagNumber(7)
set rxTextMessage($1.MeshPacket value) => $_setField(7, value);