Change hostname to esrom.lan.

This commit is contained in:
Pim Kunis 2019-08-24 17:45:27 +02:00
parent 66291ac548
commit aa0624b43c
3 changed files with 3 additions and 3 deletions

View file

@ -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
_ ->