new release
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
## IDF Component Manager Manifest File
|
||||
dependencies:
|
||||
espressif/mdns: "=*"
|
||||
espressif/ntc_driver: "^0.3.0"
|
||||
espressif/esp-modbus: "=1.0.18"
|
||||
espressif/mdns: =*
|
||||
espressif/ntc_driver: ^0.3.0
|
||||
espressif/esp-modbus: =1.0.18
|
||||
idf:
|
||||
version: ">=5.1.0"
|
||||
version: '>=5.1.0'
|
||||
espressif/cjson: ^1.7.19
|
||||
|
||||
@@ -249,7 +249,6 @@ static void init_modules(void)
|
||||
{
|
||||
peripherals_init();
|
||||
wifi_ini();
|
||||
// api_init();
|
||||
buzzer_init();
|
||||
ESP_ERROR_CHECK(rest_server_init("/data"));
|
||||
protocols_init();
|
||||
|
||||
Reference in New Issue
Block a user