which file of wifi_config_dct.h is used in the project of https_server

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

  The version of SDK is 3.1.2

  To test the https_server i need to modify the CLIENT_AP_SSID/CLIENT_AP_PASSPHRASE Wi-Fi credentials in the wifi_config_dct.h header file, but there is no this header file under the https_server folder.

Quesitions:

1.  I want to think which wifi_config_dct.h header file is used for the project of https_server.

2.  And there are several projects such as tcp_client, tcp_server and so on. there are no this header file under each folder too. Are they treated as the same way.

3.  If i want to add the wifi_config_dct.h header file to each project, what should i do?

  Looking forward to your reply!

Thank you!

All the best wiches for you !

 

0 Likes
1 Solution
AxLi_1746341
Level 7
Level 7
10 comments on KBA 5 comments on KBA First comment on KBA

If WIFI_CONFIG_DCT_H is not set in the application's makefile,

default is using include/default_wifi_config_dct.h.

View solution in original post

2 Replies
AxLi_1746341
Level 7
Level 7
10 comments on KBA 5 comments on KBA First comment on KBA

If WIFI_CONFIG_DCT_H is not set in the application's makefile,

default is using include/default_wifi_config_dct.h.

Anonymous
Not applicable

Thank you very much!