I opened the KV_Team_OSD.ino file. I then went to compile it and it said....
Arduino: 1.8.2 (Mac OS X), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"
In file included from sketch/EEPROM.cpp:5:0:
KV_Team_OSD.h:180: error: variable 'item_table' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
extern PROGMEM const char *item_table[];
^
exit status 1
variable 'item_table' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.