Index: sources/ApplicationPost.h =================================================================== diff -u -r7afdd47e30a761efd8ed08988f53337ea4e74ed6 -r5a9b7ff46df9cecc258f7cb18019a51bca76bce3 --- sources/ApplicationPost.h (.../ApplicationPost.h) (revision 7afdd47e30a761efd8ed08988f53337ea4e74ed6) +++ sources/ApplicationPost.h (.../ApplicationPost.h) (revision 5a9b7ff46df9cecc258f7cb18019a51bca76bce3) @@ -62,6 +62,7 @@ const QString _postmsg_postfix_failed = " failed" ; // POSTMSG_POSTFIX_FAILED=" failed" const QString _postmsg_osversion = "DIALITY_VERSION_ID=" ; // DIALITY_VERSION_ID="0.0.40" + const QString _postmsg_osbuild = "BUILD_ID=" ; // BUILD_ID="20230628230011" const QString _postmsg_canbus = "CANBus" ; // POSTMSG_CANBUS="CANBus" const QString _postmsg_sdcard = "SD-CARD" ; // POSTMSG_SDCARD="SD-CARD" const QString _postmsg_touch = "Touch" ; // POSTMSG_TOUCH="Touch" @@ -79,6 +80,7 @@ const QString _macEthernetLabel = "link/ether " ; // the last space is important const QString _macWirelessLabel = "link/ether " ; // the last space is important const QString _macBluetoothLabel = "BD Address: " ; // the last space is important + QString _osVersion = "" ; QString _macEthernet = "" ; QString _macWireless = "" ; QString _macBluetooth = "" ; @@ -143,6 +145,7 @@ return _isDone; } + QString osVersion () const { return _osVersion ; } QString macEthernet () const { return _macEthernet ; } QString macWireless () const { return _macWireless ; } QString macBluetooth () const { return _macBluetooth ; }