PiCAr Pro assembly completed and most functions are working...except the IP address reported on the OLED is incorrect. OLED Display shows: IP:192.168.12.1
But correct IP address is: IP:192.168.1.63
RESOLVED!
Thanks to Adeept support, the problem has been resolved by adding a 15 second delay in the startup.sh file. This delay allows time after bootup for the Pi to connect to the local network before running webServer.py.
sleep 15s