MQTT: Use new effect structure and logging.
This commit is contained in:
@ -23,12 +23,14 @@ void mqtt_log(const char* message);
|
||||
void mqtt_log(int number);
|
||||
void mqtt_log(long unsigned int number);
|
||||
void mqtt_log(long int number);
|
||||
void mqtt_log(size_t number);
|
||||
void mqtt_log(String str);
|
||||
|
||||
void mqtt_log_ln(const char* message);
|
||||
void mqtt_log_ln(int number);
|
||||
void mqtt_log_ln(long unsigned int number);
|
||||
void mqtt_log_ln(long int number);
|
||||
void mqtt_log_ln(size_t number);
|
||||
void mqtt_log_ln(String str);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user