3 changed files with 21 additions and 7 deletions
@ -1,12 +1,13 @@
@@ -1,12 +1,13 @@
|
||||
#pragma once |
||||
|
||||
#include "ap_version.h" |
||||
#include "AP_Common/AP_FWVersion.h" |
||||
|
||||
#define THISFIRMWARE "AntennaTracker V1.0.0" |
||||
|
||||
// the following line is parsed by the autotest scripts
|
||||
#define FIRMWARE_VERSION 1,0,0,FIRMWARE_VERSION_TYPE_BETA |
||||
|
||||
#ifndef GIT_VERSION |
||||
#define FIRMWARE_STRING THISFIRMWARE |
||||
#else |
||||
#define FIRMWARE_STRING THISFIRMWARE " (" GIT_VERSION ")" |
||||
#endif |
||||
#define FW_MAJOR 1 |
||||
#define FW_MINOR 0 |
||||
#define FW_PATCH 0 |
||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA |
||||
|
Loading…
Reference in new issue