6 lines
94 B
C
6 lines
94 B
C
|
|
#pragma once
|
||
|
|
#include "cJSON.h"
|
||
|
|
#include "esp_err.h"
|
||
|
|
|
||
|
|
void mqtt_comandos_handle(cJSON *root);
|