Now I am doing some configuration so that the system can work anywhere, and isn't dependent on any internet connection. I am setting up the RPi as an Access Point for the ESP's to connect to, however I have realized that the IP changes across reboots, and since the IP needs to be hard-coded into the ESP's I realize this will cause issues. Is there a way to set a STATIC IP address on the Pi while also using it as an AP?
Doing some googling, I couldn't find an exact answer. I just want the RPi (automatically on boot) to create and host its own AP with the same IP every time so that there aren't any connectivity issues down the line.
Thanks in advance for any input, appreciate it!