Adding sw ver to template engine

This commit is contained in:
Magnus Persson
2022-07-27 08:44:32 +02:00
parent 34d46ef768
commit d980fdae1a
4 changed files with 34 additions and 0 deletions

View File

@ -53,6 +53,8 @@ SOFTWARE.
#define TPL_GRAVITY_CORR_G "${corr-gravity-sg}"
#define TPL_GRAVITY_CORR_P "${corr-gravity-plato}"
#define TPL_GRAVITY_UNIT "${gravity-unit}" // G or P
#define TPL_SW_VER "${sw-ver}"
#define TPL_SW_REV "${sw-rev}"
#define TPL_FNAME_HTTP1 "/http-1.tpl"
#define TPL_FNAME_HTTP2 "/http-2.tpl"