Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
checkpoint
  • Loading branch information
rickkas7 committed May 12, 2025
commit 532ff3f38b31cb341954e338fa998bb14be854a3
4 changes: 2 additions & 2 deletions config/sitemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -9727,8 +9727,8 @@
"date": "2025-05-09"
},
"tools/developer-tools/resistor-calculator.md": {
"hash": "852628ba3ebeadd5041bf16fee33d953fe67c72b461451a89705870761331e7e",
"date": "2025-05-07"
"hash": "35bb4e830b64f265674ad1499923905054b7fd8ef7d1a87d231779638024c5bb",
"date": "2025-05-09"
}
}
}
4 changes: 2 additions & 2 deletions src/assets/js/resistor-calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ $(document).ready(function () {
$(thisPartial).find('.autoResults').hide();
}

console.log('solve', p);
// console.log('solve', p);
};

$(thisPartial).find('input[name="style"]').on('click', calculator.solve);
Expand Down Expand Up @@ -415,6 +415,6 @@ $(document).ready(function () {
});
calculator.solve();

console.log('calculator', calculator);
// console.log('calculator', calculator);
});
});
4 changes: 2 additions & 2 deletions src/content/tools/developer-tools/resistor-calculator.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Resistor calculator
title: Resistor divider calculator
columns: two
layout: commonTwo.hbs
description: Resistor calculator
Expand All @@ -8,5 +8,5 @@ includeDefinitions: [api-helper, api-helper-extras, resistor-calculator]

# {{title}}


{{> resistor-calculator}}

2 changes: 1 addition & 1 deletion src/content/tools/newMenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
{
"dir": "resistor-calculator",
"title": "Resistor calculator"
"title": "Resistor divider calculator"
},
{
"dir": "configure-wi-fi",
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/resistor-calculator.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<th style="width:50px;">R<sub>2</sub></th>
<th style="width:50px;" class="autoV">V</th>
<th style="width:50px;">&Delta;V</th>
<th style="width:60px;">Percent</th>
<th style="width:60px;">&Delta;V%</th>
<!--
<th style="width:50px;">I<sub>R<sub>1</sub></sub></th>
<th style="width:50px;">I<sub>R<sub>2</sub></sub></th>
Expand Down