feat: update PELv3.0 config table

This commit is contained in:
Roy_01
2025-08-29 17:36:48 +08:00
parent 6c9cb65d28
commit bfc347ab4e
8 changed files with 6 additions and 6 deletions
@@ -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
+4 -4
View File
@@ -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: {