kylekrieg / Node-Red-Contesting-Dashboard

Node Red Contesting Dashboard for Amateur Radio
26 stars 9 forks source link

[Bug]: Station Name switch for SO1V category in "UDP Radio Data XML" block does not use the correct variable #59

Closed KK1L closed 1 year ago

KK1L commented 1 year ago

Contact Details

kk1l@comcast.net

What happened?

When creating a compact version of the Dashboard I noticed that the Station Name switch is using the N1MM+ logging station name to compare to the global variables PC1 & PC2 which are names chosen for the "Radios" on the Config tab.

In my pending (not yet requested) "compact-dashboard" pull request I added "msg.RadioNames=global.get('PCs');" to the UTF8 function to allow me to use the names in a label. Maybe a variation on this could be used to pipe in the correct variable.

image

Version

1.2.20

Environment

- **OS** : 
- **Node.js** :

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Code of Conduct