Update gain_viz/app.py

This commit is contained in:
G gael 2025-09-25 10:29:17 -04:00
parent fa9049b738
commit cb96fd28a0

View File

@ -11,7 +11,8 @@ import serial
app = Flask(__name__)
# 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"
# Global variables for gain values
usrp_tx_gain = 60