stevemann,
so I’ll give it a try with DHCP again .
You you are saying to change from fix to DHCP is now:
1.) Change the YAML
- include "use_address: 192.168.1.150 "
- delete the “manual_IP” section
2.) Compile and download
3.) Change the YAML
- delete the line “use_address: 192.168.1.150”
4.) Compile and download and hope it works??
No. Simply delete all of this, reinstall then go to your router and reserve the IP based on the device MAC address. Whenever the router sees that MAC address, it will assign the reserved IP. It will always be the same IP, effectively a static IP.
Do NOT use the “use address” unless changing static IP addresses.
use_address (Optional, string): Manually override what address to use to connect to the ESP. Defaults to auto-generated value. Example, if you have changed your static IP and want to flash OTA to the previously configured IP address.