Skip to content

Commit

Permalink
Re-enable verification by default
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Mar 20, 2021
1 parent 9a444b8 commit b5eb7d5
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions lib/arb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@ defmodule Arb do

@port_definition [
type: :non_neg_integer,
doc: """
The USB port to be used. Only necessary if multiple relay boards are connected.
""",
required: false
doc: "The USB port to be used. Only necessary if multiple relay boards are connected."
]

@verify_definition [
type: :boolean,
doc: """
Configures whether the activation should be verified.
""",
default: false
doc: "Configures whether the activation should be verified.",
default: true
]

@typedoc """
Expand Down

0 comments on commit b5eb7d5

Please sign in to comment.