Skip to content

Commit

Permalink
Uprev for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikOfTheRa committed Aug 6, 2020
1 parent d078da2 commit ee108f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MW_OSD/MW_OSD.ino
Expand Up @@ -104,9 +104,9 @@ uint16_t UntouchedStack(void)
#define PGMSTR(p) (char *)pgm_read_word(p)

//------------------------------------------------------------------------
#define MWVERS "MW-OSD - R1.9.1.6"
#define MWVERS "MW-OSD - R1.9.2.0"
//#define MWVERS "MW-OSD - R1.9"
#define MWOSDVERSION 1916 // 1660=1.6.6.0 for GUI
#define MWOSDVERSION 1920 // 1660=1.6.6.0 for GUI
#define EEPROMVER 17 // for eeprom layout verification

#include <avr/pgmspace.h>
Expand Down

0 comments on commit ee108f7

Please sign in to comment.