Reinstate the full RPTC command.

This commit is contained in:
Jonathan Naylor
2020-12-09 09:41:11 +00:00
parent 99a4257d12
commit 6e05225522
10 changed files with 128 additions and 21 deletions

View File

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