LGSInnovations / sigplot

SigPlot provides fast interactive web-plotting for software defined radio.
https://sigplot.lgsinnovations.com
Apache License 2.0
36 stars 26 forks source link

Bugfix for header update via websocket #100

Open jjstatman opened 3 years ago

jjstatman commented 3 years ago

Changed the layer indexing so that it indexes off of the layer number rather than UUID

This is done by replacing layer_n with plot.get_lyrn(layer_n)

jjstatman commented 3 years ago

Also this is my first time doing a pull request - if I'm doing anything wrong let me know :)