Fix REST server initialization
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
void protocols_init(void)
|
||||
{
|
||||
date_time_init();
|
||||
rest_init();
|
||||
/* Serve static files from the SPIFFS data partition */
|
||||
rest_init("/data");
|
||||
//mqtt_init();
|
||||
//modbus_tcp_init();
|
||||
}
|
||||
Reference in New Issue
Block a user