Change hostname to esrom.lan.
This commit is contained in:
parent
66291ac548
commit
aa0624b43c
3 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ defmodule Morse.Worker do
|
|||
case Mix.Nerves.Utils.mix_target() do
|
||||
:host ->
|
||||
def toggle_lamp(state) do
|
||||
:rpc.call(:"esrom@nerves.local", Morse.Worker, :toggle_lamp, [state])
|
||||
:rpc.call(:"esrom@esrom.lan", Morse.Worker, :toggle_lamp, [state])
|
||||
end
|
||||
|
||||
_ ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue