ESP-WebOTA:基于简单的基于Web的空中下载(OTA)更新,用于基于ESP的项目

时间:2024-05-28 10:39:00
【文件属性】:

文件名称:ESP-WebOTA:基于简单的基于Web的空中下载(OTA)更新,用于基于ESP的项目

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-28 10:39:00

esp8266 ota esp32 esp arduino-library

ESP WebOTA 轻松将基于Web的更新添加到ESP32 / ESP8266项目中。 安装 将此仓库克隆到您的Arduino库目录。 在Linux上,这是~/Arduino/libraries/ 用法 包括WebOTA库 #include 如果要更改默认值,可以选择初始化WebOTA库。 这是在setup()函数的末尾完成的: void setup() { // Other init code here (WiFi, etc) // To use a specific port and path uncomment this line // Defaults are 8080 and "/webota" // webota.init(8888, "/update"); } 在loop()函数末尾监听更新请求: void loo


【文件预览】:
ESP-WebOTA-master
----LICENSE(1KB)
----src()
--------WebOTA.cpp(7KB)
--------WebOTA.h(805B)
----library.properties(455B)
----examples()
--------Blink()
--------Chargen()
--------Primes()
----.gitignore(37B)
----README.md(2KB)

网友评论