mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
include region code in the BLE HW version string. ie 1.0-US
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user