Skip to content

Commit

Permalink
Update configuration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Mar 14, 2024
1 parent e75d2fc commit bb292ad
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 @@ -71,6 +71,9 @@
if(file_exists('/dev/ttyAMA0')){
echo '<option value="/dev/ttyAMA0">/dev/ttyAMA0</option>';
}
if(file_exists('/dev/ttyACM0')){
echo '<option value="/dev/ttyACM0">/dev/ttyACM0</option>';
}
?>
</select>
</div>
Expand Down

0 comments on commit bb292ad

Please sign in to comment.