- Fri Nov 06, 2015 4:43 pm
#33296
Thank all of you for nice words and opinions what to put into documentation. This is very helpful and encouraging!
@igrr – I need some guidance what particular release and ino example to use for github wiki.
Basing on couple of tests made on IDE 1.6.5 with ArduinoOTA library and BasicOTA.ino example together with ESP12E / CH340G LoLin module my findings are as follows:
• Stable esp8266-1.6.5-947-g39819f0 does not support this new library.
• Staging esp8266-1.6.5-1160-gef26c5f seems to provide support but I got errors on various stages of testing.
I my opinion cons and pros are as follows:
1. DNS_SD_Arduino_OTA.ino + esp8266-1.6.5-947-g39819f0
+ solid & stable
- more coding to add to a sketch
- this is not what we are ultimately looking for
2. BasicOTA.ino with esp8266-1.6.5-1160-gef26c5f
- not fully implemented / tested
+ simple coding and ultimate solution
Option 1 is ready and quick to add to the wiki. I believe option 2 requires extra support from the team to resolve / fix the issues to provide sensible and easy to follow documentation.
Any option above (or some other) is welcome
Krzysztof