Search found 3 matches
- Tue Nov 21, 2023 7:28 am
- Forum: ESP-AT
- Topic: Log port pins canot be chaged
- Replies: 1
- Views: 31375
Log port pins canot be chaged
According to documentation ESP-AT User Guide [v3.2.0.0] it is possible to change the pins of the log port. But when I'm in menuconfig I don't see such an option.
- Mon Jul 12, 2021 5:16 am
- Forum: ESP-IDF
- Topic: Http service imposible to run website in second device.
- Replies: 2
- Views: 2163
Re: Http service imposible to run website in second device.
ESP-IDF = v3.3.1
devboard = olimex esp32-evb
tcpip_adapter_init ();
static httpd_handle_t server = NULL;
ESP_ERROR_CHECK(esp_event_loop_init(onWiFiEvent, &server));
wifi_init_config_t configInit = WIFI_INIT_CONFIG_DEFAULT();
ESP_ERROR_CHECK (esp_wifi_init (&configInit));
ESP_ERROR_CHECK ...
devboard = olimex esp32-evb
tcpip_adapter_init ();
static httpd_handle_t server = NULL;
ESP_ERROR_CHECK(esp_event_loop_init(onWiFiEvent, &server));
wifi_init_config_t configInit = WIFI_INIT_CONFIG_DEFAULT();
ESP_ERROR_CHECK (esp_wifi_init (&configInit));
ESP_ERROR_CHECK ...
- Fri Jul 09, 2021 12:56 pm
- Forum: ESP-IDF
- Topic: Http service imposible to run website in second device.
- Replies: 2
- Views: 2163
Http service imposible to run website in second device.
I'm connect two devices to esp32 access point. In first device I can see my website. But in second device nothing happen.
Example logs:
W (38333) httpd: httpd_accept_conn: error in accept (23)
W (38333) httpd: httpd_server: error accepting new connection
W (38336) httpd: httpd_accept_conn: error in ...
Example logs:
W (38333) httpd: httpd_accept_conn: error in accept (23)
W (38333) httpd: httpd_server: error accepting new connection
W (38336) httpd: httpd_accept_conn: error in ...