mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
minor text changes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#ifndef MyESP_h
|
||||
#define MyESP_h
|
||||
|
||||
#define MYESP_VERSION "1.2.32"
|
||||
#define MYESP_VERSION "1.2.33"
|
||||
|
||||
#include <ArduinoJson.h>
|
||||
#include <ArduinoOTA.h>
|
||||
@@ -215,7 +215,7 @@ static_assert(sizeof(RtcmemData) <= (RTCMEM_BLOCKS * 4u), "RTCMEM struct is too
|
||||
|
||||
typedef struct {
|
||||
bool set; // is it a set command?
|
||||
char key[55]; // longest is log (alternatively, the log command description could be shortened)
|
||||
char key[60];
|
||||
char description[110];
|
||||
} command_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user