switch mp3 to tts, add genserver to app supervisor tree that periodically checks for newly connected devices and plays their associated tts message
This commit is contained in:
@@ -3,6 +3,6 @@ defmodule HereIAmWeb.PageControllerTest do
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, ~p"/")
|
||||
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
|
||||
assert html_response(conn, 200) =~ "This site allows you to set a message to play when your device connects to the network"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user