Description
The way I understand it, running BasicOTA.ino should make the device available as a port in the Arduino IDE so that sketches can be uploaded over the air.
Running the BasicOTA.ino
sketch with staging and the hourly Arduino IDE build, the sketch does not seem to advertise itself using dns-sd, at least it never shows up in the IDE as a port and using avahi-browse -a
I also never see the device.
@celsworth added on gitter.im:
for what its worth I don't seem to get any MDNS announcements from ArduinoOTA.begin() either, just never noticed before cos I don't use the MDNS part of it
a bit of error checking might not go amiss: https://github.com/esp8266/Arduino/blob/master/libraries/ArduinoOTA/ArduinoOTA.cpp#L108
there's no check whether MDNS actually worked