Update gain_viz/app.py

This commit is contained in:
G gael 2025-09-25 10:34:55 -04:00
parent cb96fd28a0
commit c78fde0af5

View File

@ -12,7 +12,7 @@ app = Flask(__name__)
# Path to save the plot image # Path to save the plot image
#PLOT_PATH = os.path.join(os.getcwd(), "plot.png") #PLOT_PATH = os.path.join(os.getcwd(), "plot.png")
PLOT_PATH = "/opt/plot.png" PLOT_PATH = "/opt/gain_viz/plot.png"
# Global variables for gain values # Global variables for gain values
usrp_tx_gain = 60 usrp_tx_gain = 60