Port morse code.
This commit is contained in:
parent
cbec08aae8
commit
e93bbcf242
6 changed files with 67 additions and 7 deletions
|
@ -22,7 +22,7 @@ defmodule UiWeb.PageController do
|
|||
case get_start_time() do
|
||||
start_time when start_time + 35 <= now ->
|
||||
System.put_env("MORSE_START_TIME", Integer.to_string(now))
|
||||
Morse.signal("...---...")
|
||||
Morse.signal()
|
||||
text(conn, "Done.")
|
||||
_ ->
|
||||
text(conn, "It is still in progress...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue