diff --git a/applications/Tools/san_morse/manifest.yml b/applications/Tools/san_morse/manifest.yml new file mode 100644 index 00000000..47a0afa7 --- /dev/null +++ b/applications/Tools/san_morse/manifest.yml @@ -0,0 +1,33 @@ +sourcecode: + type: git + location: + origin: https://github.com/sanjorgek/san-morse-flipper.git + commit_sha: f7dcf0559060b98044b205f2a965eda38f49d12d + +short_description: Morse code trainer with a decision-tree guide and text-to-Morse playback + +description: | + Learn and write Morse code without memorizing the codes first. + + **Decision tree:** the screen shows the dichotomic Morse tree (E/T, + I/A/N/M, ...) and the OK button works as a telegraph key: quick release + is a dot, holding is a dash. You always see which node you are on and + which character the next symbol would give you. A short pause commits + the letter and a longer pause adds a space, with a visible countdown. + Numbers and signs live on level 5: the view zooms in to show them. + + **Text to Morse:** type a text and play it back with sound, LED and + vibration, highlighting the current character and symbol, with live + adjustable speed. + + **Persistent settings:** language (English/Spanish), volume, tone, + vibration, LED, WPM speed, dot/dash threshold and commit timings. + +changelog: "@./docs/changelog.md" + +screenshots: + - screenshots/ss0.png + - screenshots/ss1.png + - screenshots/ss2.png + - screenshots/ss3.png + - screenshots/ss4.png