Skip to content

Commit

Permalink
Merge pull request #479 from rinon13/Arduino_Parallel_Execution_Issue
Browse files Browse the repository at this point in the history
Arduino parallel execution bugfix
  • Loading branch information
firuza authored Mar 4, 2023
2 parents 71f06de + 83b1357 commit 7f07caa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
(click)="openFolder()"><i class="fas fa-box"></i></button>
<form>
<div class="form-group mt-2 " style="max-height: 20px; box-shadow: whitesmoke; ">
<select id="inputState" class="form-control form-control-sm" (change)="chooseArduino(chooseController)"
#chooseController>
<select id="inputState" class="form-control form-control-sm" (change)="chooseArduino(chooseArduinoController)"
#chooseArduinoController>
<option *ngFor="let name of names">{{name}}</option>
</select>
</div>
Expand Down

0 comments on commit 7f07caa

Please sign in to comment.