Skip to content

Commit

Permalink
rename source field to GPIO Library
Browse files Browse the repository at this point in the history
  • Loading branch information
astuder committed Aug 23, 2024
1 parent de38e8f commit a1d8df6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ const Seatalk = (props) => (
<span>
<FormGroup row>
<Col md="3">
<Label htmlFor="options.type">Seatalk Source</Label>
<Label htmlFor="options.type">GPIO Library</Label>
</Col>
<Col xs="12" md="3">
<Input
Expand All @@ -1032,7 +1032,7 @@ const Seatalk = (props) => (
name="options.type"
onChange={(event) => props.onChange(event)}
>
<option value="none">Select a source</option>
<option value="none">Select a library</option>
<option value="gpiod">gpiod</option>
<option value="pigpio">pigpio (legacy)</option>
</Input>
Expand Down

0 comments on commit a1d8df6

Please sign in to comment.