mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 22:49:06 +00:00
Rename format_manchester/ManchesterFormatted to "[sS]ymbols".
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user