feat: add simplified windows x86 support
This commit is contained in:
@@ -4,6 +4,11 @@ const log = require('./logger');
|
||||
const { isRK3566, isRK3588, readDeviceModel } = require('./led/detect');
|
||||
|
||||
function loadImpl() {
|
||||
if (process.platform === 'win32') {
|
||||
log.info('led', 'LED/VFD backend -> terminal (Windows/x86)');
|
||||
return require('./led/terminal');
|
||||
}
|
||||
|
||||
const forced = String(process.env.CLAWD_LED_IMPL || '').trim().toLowerCase();
|
||||
const model = readDeviceModel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user