mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
split device info and status protocol messages
This commit is contained in:
parent
37d8474260
commit
c6ef075f4f
22 changed files with 248 additions and 204 deletions
|
|
@ -11,7 +11,7 @@ void Generator::Setup(Protocol::GeneratorSettings g) {
|
|||
HW::SetIdle();
|
||||
return;
|
||||
}
|
||||
Protocol::ManualControl m;
|
||||
Protocol::ManualControlV1 m;
|
||||
// LOs not required
|
||||
m.LO1CE = 0;
|
||||
m.LO1Frequency = 1000000000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue