Skip to content

Commit

Permalink
Updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
awolf78 committed Jul 20, 2018
1 parent bc77a7c commit ba05dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions KISS_OSD/KISS_OSD.ino
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ unsigned long RCsplitChangeTime = 0;


#ifdef STEELE_PDB
static const char KISS_OSD_VER[] PROGMEM = "steele pdb v2.5";
static const char KISS_OSD_VER[] PROGMEM = "steele pdb v2.5.1";
#elif defined(BF32_MODE)
static const char KISS_OSD_VER[] PROGMEM = "bf32 osd v2.5";
#else
static const char KISS_OSD_VER[] PROGMEM = "kiss osd v2.5";
static const char KISS_OSD_VER[] PROGMEM = "kiss osd v2.5.1";
#endif


Expand Down
4 changes: 2 additions & 2 deletions KISS_OSD_CONFIG/KISS_OSD_CONFIG.ino
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ static const int16_t BAT_MAH_INCREMENT = 50;
#include "Config.h"

#ifdef STEELE_PDB
static const char KISS_OSD_VER[] PROGMEM = "steele pdb config v2.5";
static const char KISS_OSD_VER[] PROGMEM = "steele pdb config v2.5.1";
#elif defined(BF32_MODE)
static const char KISS_OSD_VER[] PROGMEM = "bf32 osd config v2.5";
#else
static const char KISS_OSD_VER[] PROGMEM = "kiss osd config v2.5";
static const char KISS_OSD_VER[] PROGMEM = "kiss osd config v2.5.1";
#endif

#if (defined(IMPULSERC_VTX) || defined(STEELE_PDB)) && !defined(STEELE_PDB_OVERRIDE)
Expand Down

0 comments on commit ba05dec

Please sign in to comment.