even if i am passing that variable as Boolean and value false.Kindly assist me in this. File of code attached here with. Thanks.C:/Espressif/frameworks/esp-idf-v4.4.4/workspace/IR_Blaster_24sep2022/main/app_prov.c:429:25: error: too many arguments to function 'wifi_prov_mgr_start_provisioning'
Type too many arguments to function 'wifi_prov_mgr_start_provisioning'
Type too many arguments to function 'wifi_prov_mgr_start_provisioning'
I am using esp32 for home automation project. I am getting error
- Attachments
-
- app_prov.h
- (1.06 KiB) Downloaded 159 times
-
- app_prov.c
- (17.13 KiB) Downloaded 155 times
Re: Type too many arguments to function 'wifi_prov_mgr_start_provisioning'
You literally have too many arguments. It requires 4.
https://docs.espressif.com/projects/esp ... tPKvPKcPKc
https://docs.espressif.com/projects/esp ... tPKvPKcPKc
Re: Type too many arguments to function 'wifi_prov_mgr_start_provisioning'
Hi EfogDev,
Is it ok to remove last argument because it is Boolean and also false. Is it affect program if i remove this? I checked that after removing that 5th argument i am not getting any error.
Is it ok to remove last argument because it is Boolean and also false. Is it affect program if i remove this? I checked that after removing that 5th argument i am not getting any error.
Who is online
Users browsing this forum: ESP_adokitkat, Google [Bot] and 70 guests