mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-26 22:37:32 +00:00
Web TX meter: show power/SWR in S-meter canvas during transmit
- WebServer: add fwd_w, swr, pa_max_power to state JSON and PushSpectrum - MainForm: pass FLastFwdW, FLastSWR, FPAMaxPower to PushSpectrum - Web UI: paintSM switches to paintTXMeter when transmitting/tuning; same layout as desktop — two sub-bars at 44-58% height, power ticks above, SWR ticks below, SWR>2.5 turns red with "SWR High" label Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -2804,7 +2804,8 @@ begin
|
||||
FCenterFreq, FFilter,
|
||||
FVfoB, FActiveVfo,
|
||||
FTransmitting, TrkDrive.Position,
|
||||
FAtten, FTuning, FDisplayDuplex);
|
||||
FAtten, FTuning, FDisplayDuplex,
|
||||
FLastFwdW, FLastSWR, FPAMaxPower);
|
||||
end;
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user