Commit Graph

8 Commits

Author SHA1 Message Date
Daniele Forsi 794be61957 Fix spelling using ispell 2023-05-02 19:43:59 +02:00
Daniele Forsi d637dbe666 Fix spelling
Fixed with:
find . -name '*.md' -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,verry --summary --write-changes {} \+

and then running the same command with --interactive=2:
find . -name '*.md' -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,verry --summary --write-changes --interactive=2 {} \+
2023-04-29 23:43:33 +02:00
f4exb 60795d8f37 FT8 demod: OSD optimization and fixes 2023-01-29 23:20:58 +01:00
f4exb f63f1270ba FT8 demod: support for types 0.5 and 5 messages 2023-01-28 22:45:07 +01:00
f4exb 5980dda8a9 FT8 demod: added message type column im nessages table 2023-01-28 12:29:58 +01:00
f4exb a86cc53945 FT8 demod: make OSD optional and log OSD information 2023-01-28 08:58:50 +01:00
f4exb 13acad76a8 FT8 demod: added documentation and adjust GUI and file locations 2023-01-27 11:42:11 +01:00
f4exb 6444d749d8 FT8 demod: copy from SSB demod 2023-01-16 19:58:38 +01:00