Add httpupdate lib import in ota documentation by amjed-ali-k · Pull Request #8667 · esp8266/Arduino

@amjed-ali-k

Docs doesn't include any reference to include <ESP8266httpUpdate.h> library in Advanced OTA Updater section. It took me some time to find out while reading the docs

@amjed-ali-k

Docs doesn't include any reference to include <ESP8266httpUpdate.h> library in Advanced OTA Updater section. It took me some time to find out while reading the docs

@d-a-v d-a-v changed the title Add httpupdate lib import in ota example Add httpupdate lib import in ota documentation

Sep 13, 2022

d-a-v

@DarioGHub

@amjed-ali-k I may not understand your motivation, but a lesson I learned was that "docs" include the examples. Given that the examples use the line #include <ESP8266httpUpdate.h>, how is it helpful to add that line twice more to readme.rst? Perhaps you would like to clarify the need.

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024
Docs doesn't include any reference to include <ESP8266httpUpdate.h> library in Advanced OTA Updater section. It took me some time to find out while reading the docs