rename gpio to pin command - #445

This commit is contained in:
proddy
2020-08-04 15:44:17 +02:00
parent e8c3b07cc6
commit b2b51b757e
6 changed files with 21 additions and 29 deletions

View File

@@ -50,7 +50,7 @@ class System {
static void console_commands(Shell & shell, unsigned int context);
static void mqtt_command_gpio(const char * value, const int8_t id);
static void mqtt_command_pin(const char * value, const int8_t id);
static void mqtt_command_send(const char * value, const int8_t id);
static uint8_t free_mem();