feat: update PELv3.0 config table
This commit is contained in:
@@ -35,7 +35,7 @@ import RC from './RC'
|
||||
* }
|
||||
*/
|
||||
|
||||
const PEL = {
|
||||
const PEL30 = {
|
||||
ADC_VALUE_I: {
|
||||
type: 'none',
|
||||
showName: 'Instruction',
|
||||
@@ -78,4 +78,4 @@ const PEL = {
|
||||
},
|
||||
}
|
||||
|
||||
export default PEL
|
||||
export default PEL30
|
||||
@@ -2,8 +2,8 @@ import EliteEDC from './EliteEDC/index'
|
||||
import EliteEIS from './EliteEIS/index'
|
||||
import EliteTrigger from './EliteTrigger/index'
|
||||
import CPG from './CPG/index'
|
||||
import PEL from './PEL/index'
|
||||
import PEL20 from './PEL_2_0/index'
|
||||
import PEL30 from './PEL_3_0/index'
|
||||
import store from '@/store/index'
|
||||
|
||||
// object saving library name mapping table
|
||||
@@ -24,7 +24,7 @@ const libraryNameMappingTable = {
|
||||
'Elite_MEGAFLY_0.1': null,
|
||||
CPG: CPG,
|
||||
'PEL_2.0': PEL20,
|
||||
'PEL_3.0': PEL,
|
||||
'PEL_3.0': PEL30,
|
||||
}
|
||||
|
||||
// object saving serial number mapping table
|
||||
@@ -64,9 +64,9 @@ const serialNumberMappingTable = {
|
||||
},
|
||||
7: {
|
||||
0: {
|
||||
0: PEL,
|
||||
0: PEL20,
|
||||
1: PEL20,
|
||||
2: PEL,
|
||||
2: PEL30,
|
||||
},
|
||||
},
|
||||
8: {
|
||||
|
||||
Reference in New Issue
Block a user