Hello everyone! I configured NuttX to a certain IP address and I have a webserver which listens to the defined IP:
[cid:820c9f69-369e-403b-8928-15a97245100a] [cid:a42eded4-3e24-4b28-b0a7-07170d21a404] The HTML file above has a variable that contains the server IP address, but it is a different one: [cid:5e9d6cae-0b80-47cd-a05d-f9d52e1fdf80] the server replaces the text SERVER_IP_ADDRESS to it's actual IP and then sends the file to the client. This is the method I used to get the IP address: [cid:f59e2b66-2f08-4aa7-895c-936b962eab26] Why is it a different IP? The server is listening to one but this method returns another one.