We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2061f commit 78acdb1Copy full SHA for 78acdb1
builder/framework/rda8910/arduino.py
@@ -97,8 +97,8 @@ def gen_pac_file(target, source, env):
97
'cfg-nvitem', '-n', '"IMEI"', '-i', '0xFFFFFFFF', '--use', '1', '--replace', '0', '--continue', '0', '--backup', '1',
98
'cfg-nvitem', '-n', '"BT_Config"', '-i', '0x191', '--use', '1', '--replace', '0', '--continue', '1', '--backup', '1',
99
'cfg-nvitem', '-n', '"Logicrom"', '-i', '0x280', '--use', '1', '--replace', '0', '--continue', '1', '--backup', '1',
100
- 'cfg-nvitem', '-n', '"Customer"', '-i', '0x27e', '--use', '1', '--replace', '0', '--continue', '1', '--backup', '1',
101
'cfg-nvitem', '-n', '"System Proxy"', '-i', '0x281', '--use', '1', '--replace', '0', '--continue', '1', '--backup', '1',
+ 'cfg-nvitem', '-n', '"User NVM"', '-i', '0x282', '--use', '1', '--replace', '0', '--continue', '1', '--backup', '1',
102
]
103
104
pac_app = [
builder/framework/rda8910/logicromsdk.py
@@ -91,8 +91,8 @@ def gen_pac_file(target, source, env):
91
92
93
94
95
96
0 commit comments