()
| 14895 | console.error('Error loading hardware profiles:', error); |
| 14896 | addConsoleMessage('Failed to load hardware profiles', 'error'); |
| 14897 | |
| 14898 | const select = document.getElementById('hardware-profile-select'); |
| 14899 | if (select) { |
| 14900 | select.innerHTML = '<option value="">Error loading profiles</option>'; |
| 14901 | } |
| 14902 | } |
| 14903 | } |
| 14904 | |
| 14905 | function showProfileDetails(profile) { |
nothing calls this directly
no test coverage detected