ESP8266 OTA with WEB server

Hi,
I have a working Arduino IDE blink program for ESP8266-01 with OTA using the ESP8266WiFi.h, ESP8266WiFiMulti.h and ArduinoOTA.h libraries.
I also have a non-OTA web server program that enables me send commands to ESP8266 IO from a web page over the internet.
I have difficulties combining both, namely build esp8266-01 OTA program that will send commands from a web page over the internet to the board.
Can anyone help with a basic working example?
thx

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.