Search found 3 matches

by qwertxx
Sun Jun 02, 2019 11:29 am
Forum: ESP-IDF
Topic: esp_chip_info() - Incompatible type for argument
Replies: 1
Views: 4068

esp_chip_info() - Incompatible type for argument

Hello I'm using esp_chip_info() . In code belowe there is an error while compiling - why?: C:/msys32/home/Laptop_1/esp/esp-idf/dd/smog_003/main/esp_chip.c: In function 'dd_esp_chip_info': C:/msys32/home/Laptop_1/esp/esp-idf/dd/smog_003/main/esp_chip.c:31:16: error: incompatible type for argument 1 o...
by qwertxx
Thu May 23, 2019 7:33 am
Forum: ESP-IDF
Topic: HTTP server + SoftAP mode example errors
Replies: 1
Views: 3198

HTTP server + SoftAP mode example errors

Hello. I'm new in ESP32 IDF and I'm using ESP IDF Stable v.3.2 I was try compile HTTP server + SoftAP mode example (23_ap_http) from here https://github.com/lucadentella/esp32-tutorial this one: https://github.com/lucadentella/esp32-tutorial/tree/master/23_ap_http but I have encountered the errors s...
by qwertxx
Sun May 19, 2019 9:33 am
Forum: ESP-IDF
Topic: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?
Replies: 41
Views: 62948

ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?

Hello. I'm new in ESP32 IDF and I'm using ESP IDF Stable v.3.2 I need to use ESP32 in Station + soft-AP (WIFI_MODE_APSTA) mode. In examples, there are separate examples for Station and soft-AP. Questions to Espressif Systems: 1. There is no working example - why? 2. Could you prepare one? Where is a...