Update gain_viz/app.py
This commit is contained in:
parent
e54cae98fc
commit
0078edd246
|
|
@ -11,7 +11,7 @@ import serial
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
# Path to save the plot image
|
# Path to save the plot image
|
||||||
PLOT_PATH = 'static/plot.png'
|
PLOT_PATH = os.path.join(os.getcwd(), "plot.png")
|
||||||
|
|
||||||
# Global variables for gain values
|
# Global variables for gain values
|
||||||
usrp_tx_gain = 60
|
usrp_tx_gain = 60
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user