chg: write serial port in window title (plot/slider)

This commit is contained in:
iceman1001
2020-01-29 15:16:50 +01:00
parent 60b444d5d8
commit 996b41dce7
5 changed files with 28 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ extern "C" {
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
//#include "comms.h"
void ShowGraphWindow(void);
void HideGraphWindow(void);
@@ -55,6 +56,12 @@ extern size_t g_DemodStartIdx;
extern bool showDemod;
extern uint8_t g_debugMode;
#ifndef FILE_PATH_SIZE
#define FILE_PATH_SIZE 1000
#endif
extern uint8_t gui_serial_port_name[FILE_PATH_SIZE];
#ifdef __cplusplus
}
#endif