Hopefully fix the IP display in the reflector.

This commit is contained in:
Jonathan Naylor 2021-09-12 20:23:25 +01:00
parent 89d250fe9a
commit 289f79f6b8
2 changed files with 15 additions and 15 deletions

View File

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