mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
Experimental direct register access
This commit is contained in:
parent
95a715233e
commit
9f33d47da0
26 changed files with 1761 additions and 8 deletions
|
|
@ -50,6 +50,7 @@
|
|||
<addaction name="actionDisconnect"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionManual_Control"/>
|
||||
<addaction name="actionRaw_Register_Access"/>
|
||||
<addaction name="actionFirmware_Update"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionSource_Calibration"/>
|
||||
|
|
@ -209,6 +210,14 @@
|
|||
<string>Frequency Calibration</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRaw_Register_Access">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Raw Register Access</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="icons.qrc"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue