Add M17 to the OLED display, even though it does say NXDN!

This commit is contained in:
Jonathan Naylor
2020-11-16 16:56:36 +00:00
parent 2618a14ae5
commit 43733df7a4
3 changed files with 58 additions and 2 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20201113";
const char* VERSION = "20201116";
#endif