You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once |
|
|
|
#include "ap_version.h" |
|
|
|
#define THISFIRMWARE "AntennaTracker V1.0.0" |
|
#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
|
|
|