rename mail -> email

This commit is contained in:
proddy
2026-05-05 21:56:55 +02:00
parent 56fc303816
commit 5e1b47707f
20 changed files with 126 additions and 123 deletions

View File

@@ -95,7 +95,7 @@ class System {
static bool command_info(const char * value, const int8_t id, JsonObject output);
static bool command_response(const char * value, const int8_t id, JsonObject output);
static bool command_service(const char * cmd, const char * value);
static bool command_sendmail(const char * value, const int8_t id);
static bool command_sendemail(const char * value, const int8_t id);
static bool command_txpause(const char * value, const int8_t id);
static bool get_value_info(JsonObject root, const char * cmd);