Spaces:
Build error
Build error
Update static/frontend.js
Browse files- 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>
|
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();
|