Allow for a seperate FM timeout value.

This commit is contained in:
Jonathan Naylor
2020-04-15 14:14:38 +01:00
parent 960a60f382
commit f8bce3823a
5 changed files with 14 additions and 3 deletions

View File

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