POCSAG TX (with fixed message for testing)

This commit is contained in:
furrtek 2017-02-07 17:48:17 +00:00
parent b430b1e427
commit dc7fcbc6c3
22 changed files with 562 additions and 91 deletions

View file

@ -75,6 +75,10 @@ void TransmitterView::on_show() {
field_frequency.set_value(receiver_model.tuning_frequency());
}
void TransmitterView::focus() {
button_start.focus();
}
TransmitterView::TransmitterView(
const Coord y, const uint32_t frequency_step, const uint32_t bandwidth
) {