Return command responses to "response".

This commit is contained in:
Jonathan Naylor
2023-07-06 13:39:03 +01:00
parent 871ee09eee
commit ba2a92e32e
4 changed files with 2 additions and 207 deletions

View File

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