Skip to content

Commit

Permalink
evse.h: show time/date in version if locally compiled, also in non-de…
Browse files Browse the repository at this point in the history
…bug version
  • Loading branch information
dingo35 committed Apr 5, 2023
1 parent 5b6a5ec commit e65a66f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SmartEVSE-3/include/evse.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,11 @@
#endif

#ifndef VERSION
#if DBG == 0
#define VERSION "v3serkri-1.5.2"
#else
//please note that this version will only be displayed with the correct time/date if the program is recompiled
//so the webserver will show correct version if evse.cpp is recompiled
//the lcd display will show correct version if glcd.cpp is recompiled
#define VERSION (__TIME__ " @" __DATE__)
#endif
#endif

#if DBG == 0
//used to steer RemoteDebug
Expand Down

0 comments on commit e65a66f

Please sign in to comment.