You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating a flow graph within GRC, if CH0 is set to "B" in SISO mode, the generated code has "0" (Channel 0, or A) hard coded into all callback functions. This prevents any GRC generated code from modifying Channel B parameters while the flow graph is running. Manual editing of the code is required
Example to reproduce:
Using the signal_generator.grc example flow graph from gr-limesdr, change CH0 to "B" and attempt to run and adjust any channel specific parameters while running (TX Gain for example).
The text was updated successfully, but these errors were encountered:
When generating a flow graph within GRC, if CH0 is set to "B" in SISO mode, the generated code has "0" (Channel 0, or A) hard coded into all callback functions. This prevents any GRC generated code from modifying Channel B parameters while the flow graph is running. Manual editing of the code is required
Example to reproduce:
Using the signal_generator.grc example flow graph from gr-limesdr, change CH0 to "B" and attempt to run and adjust any channel specific parameters while running (TX Gain for example).
The text was updated successfully, but these errors were encountered: