include region code in the BLE HW version string. ie 1.0-US

This commit is contained in:
geeksville
2020-02-24 09:22:34 -08:00
parent bd0f35ad83
commit 51b53f406e
3 changed files with 6 additions and 7 deletions

View File

@@ -29,11 +29,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Version
// -----------------------------------------------------------------------------
#define APP_NAME "Meshtastic"
// If app version is not specified we assume we are not being invoked by the build script
#ifndef APP_VERSION
#define APP_VERSION 0.0.0 // this def normally comes from build-all.sh
#define HW_VERSION 1.0-US // normally comes from build-all.sh and contains the region code
#endif