We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321cd55 commit ac7d6e9Copy full SHA for ac7d6e9
src/config.h
@@ -1,14 +1,14 @@
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4
-#define VERSION "1.5"
+#define VERSION "1.52"
5
6
#define CHANGELOG_TEXT "" //"Changelog - version " VERSION ": \n"
7
8
-#define INTRO_TEXT "" \
9
- "Welcome to QtSerialMonitor, \n" \
10
- "Press F1 to activate \"What's this\" mode. In this mode, clicked widget \r" \
11
- "will display an explanation about its function. \n"
+#define INTRO_TEXT "" \
+ "Welcome to QtSerialMonitor, \n" \
+ "Press F1 to activate \"What's this\" mode. In this mode, clicked widget \r" \
+ "will display an explanation about its function. \n"
12
13
#define RADIO_BUTTON_UPDATE_SERIAL_DEVICES_ON_INTERVAL 100
14
#define SERIAL_DEVICE_CHECK_TIMER_INTERVAL 500
0 commit comments