1

Topic: fixed IP address on the NodeMcu.

fixed IP address on the NodeMcu.
is it possible to assign a fixed IP address to RemoteXY.
By default, DHCP is used.

ist es möglich, bei RemoteXY eine feste IP-Adresse zu vergeben.
Standardmäßig wird DHCP verwandt.

2

Re: fixed IP address on the NodeMcu.

No. Do not possible to assign a fixed IP address to RemoteXY
You can try to add you initialisation code to library. Function initModule () in file espcore_wifi.h

3

Re: fixed IP address on the NodeMcu.

You could use DHCP reservation in your routers' settings for that smile