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.
11 lines
246 B
11 lines
246 B
9 years ago
|
#pragma once
|
||
|
|
||
|
#define THISFIRMWARE "ArduPlane V3.6.0beta1"
|
||
|
#define FIRMWARE_VERSION 3,6,0,FIRMWARE_VERSION_TYPE_BETA
|
||
|
|
||
|
#ifndef GIT_VERSION
|
||
|
#define FIRMWARE_STRING THISFIRMWARE
|
||
|
#else
|
||
|
#define FIRMWARE_STRING THISFIRMWARE " (" GIT_VERSION ")"
|
||
|
#endif
|