From 63ebbf8348dded948e93e582faf4f44eff975a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Sat, 1 Oct 2022 23:27:03 +0200 Subject: [PATCH] Version number increase + boot LED debug reverted --- .../LibreVNA-GUI/LibreVNA-GUI.pro | 2 +- .../PC_Application/LibreVNA-GUI/appwindow.cpp | 2 +- Software/VNA_embedded/.cproject | 4 +-- .../.settings/org.eclipse.cdt.core.prefs | 6 ++++ Software/VNA_embedded/Application/App.cpp | 1 - Software/VNA_embedded/Application/Led.cpp | 4 +-- Software/VNA_embedded/Inc/main.h | 2 ++ Software/VNA_embedded/Makefile | 2 +- Software/VNA_embedded/Src/main.c | 23 +++++++++----- Software/VNA_embedded/Src/stm32g4xx_hal_msp.c | 30 ++++++++++++++++++- Software/VNA_embedded/VNA_embedded.ioc | 8 +++-- 11 files changed, 65 insertions(+), 19 deletions(-) create mode 100644 Software/VNA_embedded/.settings/org.eclipse.cdt.core.prefs diff --git a/Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.pro b/Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.pro index ebe4715..a990df7 100644 --- a/Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.pro +++ b/Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.pro @@ -346,5 +346,5 @@ RESOURCES += \ CONFIG += c++17 REVISION = $$system(git rev-parse HEAD) DEFINES += GITHASH=\\"\"$$REVISION\\"\" -DEFINES += FW_MAJOR=1 FW_MINOR=4 FW_PATCH=0 FW_SUFFIX=""#\\"\"-alpha.2\\"\" +DEFINES += FW_MAJOR=1 FW_MINOR=5 FW_PATCH=0 FW_SUFFIX=\\"\"-alpha.1\\"\" DEFINES -= _UNICODE UNICODE diff --git a/Software/PC_Application/LibreVNA-GUI/appwindow.cpp b/Software/PC_Application/LibreVNA-GUI/appwindow.cpp index 5d8f351..d001a98 100644 --- a/Software/PC_Application/LibreVNA-GUI/appwindow.cpp +++ b/Software/PC_Application/LibreVNA-GUI/appwindow.cpp @@ -63,7 +63,7 @@ using namespace std; static const QString APP_VERSION = QString::number(FW_MAJOR) + "." + QString::number(FW_MINOR) + "." + - QString::number(FW_PATCH); + QString::number(FW_PATCH) + QString(FW_SUFFIX); static const QString APP_GIT_HASH = QString(GITHASH); static bool noGUIset = false; diff --git a/Software/VNA_embedded/.cproject b/Software/VNA_embedded/.cproject index 8278692..3774486 100644 --- a/Software/VNA_embedded/.cproject +++ b/Software/VNA_embedded/.cproject @@ -43,7 +43,7 @@ - + @@ -90,7 +90,7 @@