Search found 2 matches
- Fri Apr 07, 2023 3:57 am
- Forum: ESP-IDF
- Topic: Guru Meditation Error (Modbus + httpd)
- Replies: 1
- Views: 796
Re: Guru Meditation Error (Modbus + httpd)
It's bug. Check this https://github.com/espressif/esp-modbus/issues/26
- Thu Apr 06, 2023 9:29 am
- Forum: ESP-IDF
- Topic: Guru Meditation Error (Modbus + httpd)
- Replies: 1
- Views: 796
Guru Meditation Error (Modbus + httpd)
Hello I am trying to run two esp-idf examples mb_slave and restful_server together. Both examples separately work without remarks. And they even work together. I created a task for each of them. void app_main(void) { ESP_ERROR_CHECK(nvs_flash_init()); ESP_ERROR_CHECK(esp_netif_init()); ESP_ERROR_CHE...