Improve log message if companion SD CS mismatch
This commit is contained in:
parent
74074b1973
commit
f2f36f039d
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
// Mark SD CS pin as used
|
||||
appState.usedPins.add(pin.number);
|
||||
} else {
|
||||
console.warn(`SD card CS pin ${companion.sdCardCS} not found in selected board pins.`);
|
||||
console.warn(`[${companionId}] SD card CS pin ${companion.sdCardCS} not found in selected board pins.`);
|
||||
document.getElementById('sd-missing').classList.remove('hidden');
|
||||
document.getElementById('sd-present').classList.add('hidden');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue