You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in the title, the OTA works great, but the hostname in the network/OTA ports in the IDE does not say "OTA-humidifier" as it should be, but it just says "esp8266 at 192.168.1.100" which is the correct ip and the upload goes fine.
When I try the "Basic-OTA" example sketch, I get the proper Hostname in my network ports in the IDE.
Not a huge problem, just kinda nagging my brain 'Why'
The text was updated successfully, but these errors were encountered:
If it works for BasicOTA.ino and not in another sketch, then likely something basis is missing or misplaced.
I assume you were testing OnlineHumidifier-Maintain.ino sketch.
If so, then I would double check if the following lines are present and placed like in original OnlineHumidifier-Maintain.ino sketch:
Thanks.
No it is in the A1-MQTT sketch but I guess that has the same functionality. I took the sketch directly from github and I did check that those 2 lines are present.
I will try the 'maintain sketch' couldnt test OTA on that one earlier coz didnt have Python installed yet.
Will let you know.
(on a side note OTA only working on Windows, not Linux but that is not the issue here :-) )
I tried. took the Maintain sketch directly from github, only added' credentials and same effect. The Basic OTA sketch signs in with that name and the maintainsketch with "esp8266 at 192.168.1.xxx"
very odd, more of an intriguing nuisance than a real problem. Tried the password setting... that just works.
As in the title, the OTA works great, but the hostname in the network/OTA ports in the IDE does not say "OTA-humidifier" as it should be, but it just says "esp8266 at 192.168.1.100" which is the correct ip and the upload goes fine.
When I try the "Basic-OTA" example sketch, I get the proper Hostname in my network ports in the IDE.
Not a huge problem, just kinda nagging my brain 'Why'
The text was updated successfully, but these errors were encountered: