Skip to content

Commit

Permalink
Fix set_pin_mode in host/stub mode
Browse files Browse the repository at this point in the history
  • Loading branch information
connor rigby authored and ConnorRigby committed Feb 9, 2019
1 parent 0701e0c commit 5796272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/farmbot/firmware/stub_handler.ex
Expand Up @@ -189,7 +189,7 @@ defmodule Farmbot.Firmware.StubHandler do
end

def handle_call({:set_pin_mode, pin, mode}, _from, state) do
response = [{:report_pin_mode, pin, mode}, :done]
response = [:done]
{:reply, build_reply(:ok), response, state}
end

Expand Down

0 comments on commit 5796272

Please sign in to comment.