makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git] / src / lua / mockup / elrsmock.lua
blob3feac2d5e9b6a6c1d52a45d77343a401df9ffccf
1 return {
2 {name='Packet Rate', id=0, type=9, values={'250(-108dBm)','500(-105dBm)'}, value=1, unit='Hz'},
3 {name='Telem Ratio', id=1, type=9, values={'Off','1:128'}, value=1, unit=''},
4 {name='Switch Mode', id=2, type=9, values={'Hybrid','Wide'}, value=1, unit=''},
5 {name='Model Match', id=3, type=9, values={'Off','On'}, value=0, unit=''},
6 {name='TX Power', id=4, type=11},
7 {name='Max Power', id=5, type=9, parent=4, values={'10','25','50'}, value=2, unit='mW'},
8 {name='Dynamic', id=6, type=9, parent=4, values={'Off','On','AUX9'}, value=1, unit=''},
9 {name='Fan Thresh', id=6, type=9, parent=4, values={'10mW','25mW','50mW', '250mW'}, value=3, unit=''},
10 {name='VTX Administrator', id=7, type=11},
11 {name='Band', id=8, type=9, parent=7, values={'Off', 'A', 'B', 'F', 'R', 'L'}, value=0, unit=''},
12 {name='Channel', id=9, type=9, parent=7, values={'1', '2', '3', '4' }, value=0, unit=''},
13 {name='Pwr Lvl', id=10, type=9, parent=7, values={'-', '1', '2', '3' }, value=0, unit=''},
14 {name='Pitmode', id=11, type=9, parent=7, values={'Off', 'On'}, value=0, unit=''},
15 {name='Send VTx', id=12, type=13, parent=7},
16 {name='Bind', id=8, type=13},
17 {name='Wifi Update', id=9, type=13},
18 {name='BLE Joystick', id=10, type=13},
19 {name='master', id=11, type=12, value='f00fcb'},
21 {name="----BACK----", id=12, type=14, parent=255}