Fix the return status for M17 RF data.

This commit is contained in:
Jonathan Naylor
2021-05-25 06:56:01 +01:00
parent ccdf708bbd
commit bf3bf07747
2 changed files with 4 additions and 2 deletions

View File

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