mechanic5
1. Identify the MAC address of the device that the ESP32 first connected to.
2. Save this MAC address to non-volatile memory (e.g., the ESP32's flash memory) so that it survives reboots.
3. Compare the MAC address on subsequent connection attempts so that the ESP32 only connects to the device with the saved MAC address.
Pls help