remove unused/obsolet command_pin

This commit is contained in:
MichaelDvP
2022-09-13 07:56:07 +02:00
parent e70b6b210e
commit 2bc37027dd
2 changed files with 0 additions and 42 deletions

View File

@@ -49,7 +49,6 @@ class System {
void loop();
// commands
static bool command_pin(const char * value, const int8_t id);
static bool command_send(const char * value, const int8_t id);
static bool command_publish(const char * value, const int8_t id);
static bool command_fetch(const char * value, const int8_t id);