I'm using AP mode to retrieve data files remotely from a nodemcu and MicroSD card
The old AP_SSID is showing up instead of the one I'm wanting now.
Original was
const char* ap_ssid = "BWPW123456";
const char* ap_psk = "654321";
and now:
const char* ap_ssid = "MarmotsRule";
const char* ap_psk = "mrf1234";
I've uploaded three times and the old one still comes up... is it time to flash the nodemcu maybe?