mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-23 17:01:31 -04:00
Rename format_manchester/ManchesterFormatted to "[sS]ymbols".
This commit is contained in:
parent
3d22222689
commit
a52d0fbd81
6 changed files with 9 additions and 9 deletions
|
@ -29,8 +29,8 @@ Timestamp Packet::received_at() const {
|
|||
return packet_.timestamp();
|
||||
}
|
||||
|
||||
ManchesterFormatted Packet::symbols_formatted() const {
|
||||
return format_manchester(decoder_);
|
||||
FormattedSymbols Packet::symbols_formatted() const {
|
||||
return format_symbols(decoder_);
|
||||
}
|
||||
|
||||
Optional<Reading> Packet::reading_fsk_19k2_schrader() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue