4#ifndef SRC_SUPLA_NETWORK_HTML_BUTTON_UPDATE_H_
5#define SRC_SUPLA_NETWORK_HTML_BUTTON_UPDATE_H_
7#if !defined(ARDUINO) && !defined(SUPLA_TEST)
8#error "ButtonUpdate is Arduino-only and intended for debug/DIY usage."
11#include <supla/network/html_element.h>
17#ifdef ARDUINO_ARCH_ESP32
18#include <HTTPUpdateServer.h>
20#include <ESP8266HTTPUpdateServer.h>
30#ifdef ARDUINO_ARCH_ESP32
31 HTTPUpdateServer* httpUpdater =
nullptr;
33 ESP8266HTTPUpdateServer* httpUpdater =
nullptr;
Definition esp_web_server.h:36
Definition html_element.h:22
Definition web_sender.h:160