Adicionar primeiro
This commit is contained in:
13
components/protocols/src/protocols.c
Executable file
13
components/protocols/src/protocols.c
Executable file
@@ -0,0 +1,13 @@
|
||||
#include "protocols.h"
|
||||
#include "date_time.h"
|
||||
#include "rest.h"
|
||||
#include "mqtt.h"
|
||||
//#include "modbus_tcp.h"
|
||||
|
||||
void protocols_init(void)
|
||||
{
|
||||
date_time_init();
|
||||
rest_init();
|
||||
//mqtt_init();
|
||||
//modbus_tcp_init();
|
||||
}
|
||||
Reference in New Issue
Block a user