fix(boards): 修复arduino espxx下DS1307和DS3231异常
This commit is contained in:
@@ -6,7 +6,8 @@ module.exports = merge(common, {
|
||||
resolve: {
|
||||
alias: {
|
||||
'@mixly/arduino': path.resolve(__dirname, '../arduino'),
|
||||
'@mixly/arduino-avr': path.resolve(__dirname, '../arduino_avr')
|
||||
'@mixly/arduino-avr': path.resolve(__dirname, '../arduino_avr'),
|
||||
'@mixly/arduino-esp8266': path.resolve(__dirname, '../arduino_esp8266')
|
||||
}
|
||||
},
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user