Hello,kjames wrote: ↑Wed Jul 03, 2019 10:27 amMany thanks again for helping. I am still having an issue here. The access point is starting but the ESP does not connect as a station to my Android (for example) as it normally would in station mode. So it is not functioning as an access point + station, just as an access point and for some reason the access point is starting as "ESP_188539", even though I have named it "Test_Transmitter" in the attached code. If you have time to take a look, perhaps I am missing something. I've attached the code here. If you have any suggestions at all, I will give it another try. thank you very muchAPSTA_attempt.c
Would you please first check how to use strncpy function into C? You have provided length as NULL while copying configuration using strncpy API.
So, Please correct it with proper length otherwise use strcpy without length. Also print configuration once it will be copied to make sure copy operation has been done successfully or not.
I believe if you do it properly then you will get success for that.