mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-19 04:24:59 -04:00
Merge branch 'master' of https://github.com/furrtek/portapack-havoc
This commit is contained in:
commit
62b90942ac
3 changed files with 19 additions and 16 deletions
|
@ -152,7 +152,7 @@ void POCSAGAppView::on_packet(const POCSAGPacketMessage * message) {
|
|||
std::string console_info;
|
||||
|
||||
console_info = to_string_time(message->packet.timestamp()) + " ";
|
||||
console_info += pocsag::bitrate_str(message->packet.bitrate());
|
||||
console_info += "B:" + pocsag::bitrate_str(message->packet.bitrate()); // "B:" caractere add for more visibility
|
||||
console_info += " ADDR:" + to_string_dec_uint(pocsag_state.address);
|
||||
console_info += " F" + to_string_dec_uint(pocsag_state.function);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue