feat: 增加 cert:generate 和 arduino:install 脚本
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
import MString from './mstring';
|
||||
import { ARDUINO } from './config';
|
||||
import MString from './mstring.js';
|
||||
import { ARDUINO } from './config.js';
|
||||
|
||||
|
||||
const Boards = {};
|
||||
|
||||
Reference in New Issue
Block a user