imamnurby commited on
Commit
0b3a476
1 Parent(s): 33b9322

Update static/frontend.js

Browse files
Files changed (1) hide show
  1. static/frontend.js +1 -1
static/frontend.js CHANGED
@@ -185,7 +185,7 @@
185
 
186
  // interface configuration begin
187
  html += '<h6>Library Configuration: '+ response[i]["hw_config"]["protocol"]+ '</h6>';
188
- html += '<table class="table table-hover"><thead><tr><th>Arduino Type</th><th>I/O hardware --> Arduino</th></tr></thead><tbody>'
189
  //loop through hardware config
190
  for (const property in response[i]["hw_config"]["pin_connection_from_hw_to_arduino"]){
191
  // let firstLetter = property.charAt(0).toUpperCase();
 
185
 
186
  // interface configuration begin
187
  html += '<h6>Library Configuration: '+ response[i]["hw_config"]["protocol"]+ '</h6>';
188
+ html += '<table class="table table-hover"><thead><tr><th>Controller Type</th><th>I/O hardware --> Arduino</th></tr></thead><tbody>'
189
  //loop through hardware config
190
  for (const property in response[i]["hw_config"]["pin_connection_from_hw_to_arduino"]){
191
  // let firstLetter = property.charAt(0).toUpperCase();