We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472c7fc commit 9f08fc7Copy full SHA for 9f08fc7
1 file changed
content/wardrive.js
@@ -4578,8 +4578,9 @@ async function autoSetPowerLevel() {
4578
}
4579
4580
} else {
4581
- // Unknown device - log info and require manual selection
+ // Unknown device - log to error log and require manual selection
4582
debugLog(`[DEVICE MODEL] Unknown device: ${state.deviceModel}`);
4583
+ addErrorLogEntry(`Unknown device: ${state.deviceModel}`, "DEVICE MODEL");
4584
state.autoPowerSet = false;
4585
4586
// Hide auto-configured power display and placeholder, show manual selection
0 commit comments