Skip to content

Commit

Permalink
Update configuration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jan 23, 2024
1 parent 41357e4 commit 2a4e537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin_info/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
}
echo '<option value="' . $value . '">' . $name . ' (' . $value . ')</option>';
}
if(file_exists('/dev/ttyAMA0')){
echo '<option value="/dev/ttyAMA0">/dev/ttyAMA0</option>';
}
?>
</select>
</div>
Expand Down

0 comments on commit 2a4e537

Please sign in to comment.