Version info in About page? #439
Closed
Overland-DX
started this conversation in
Ideas
Replies: 1 comment
-
Thanks @PE5PVB , putting it in the main menu was a good idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you think about adding version information to the About page?

Something like this:
If you give the green light, I can merge what I have done.
I created a new file "version.h" and put in these lines:
#define VERSION "v2.00 RC2"
#define VERSION_DATE "22/11/2023"
and included the file in TEF6686_ESP32.ino and gui.cpp so you only need to change one file when you post a new release.
Beta Was this translation helpful? Give feedback.
All reactions