Elock / unlock verbiage

mark_as
Rick Carlino 2020-04-13 16:04:48 -05:00
parent 8d70e8c454
commit fefd444aa0
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ defmodule FarmbotOS.SysCalls do
@impl true
def emergency_lock do
_ = FarmbotFirmware.command({:command_emergency_lock, []})
FarmbotCore.Logger.busy(1, "E-stopped")
FarmbotCore.Logger.error(1, "E-stopped")
:ok
end

View File

@ -65,7 +65,7 @@ defmodule FarmbotOS.SysCalls.FlashFirmware do
def finish_flashing({_result, 0}) do
FarmbotCore.Logger.success(
2,
1,
"Firmware flashed successfully. Unlock FarmBot to finish initialization."
)
end