Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

arduino-libraries/Arduino_ESP32_OTA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This library is currently inbeta.

Compile ExamplesArduino LintSpell Check

This library allows OTA (Over-The-Air) firmware updates for ESP32 boards. OTA binaries are downloaded via WiFi and stored in the OTA flash partition. After integrity checks the reference to the new firmware is configured in the bootloader; finally board resets to boot new firmware.

The library is based on theUpdate library of thearduino-esp32 core.

🔍 How?

🔑 Requirements

  • Flash size >= 4MB

  • OTA_1 partition available within selected partition scheme

    Partition schemeOTA support
    app3M_fat9M_16MB✔️
    default_16MB✔️
    large_spiffs_16MB✔️
    ffat✔️
    default_8MB✔️
    max_app_8MB
    min_spiffs✔️
    default /default_ffat✔️
    huge_app
    no_ota
    noota_3g /noota_3gffat /noota_ffat
    rainmaker✔️
    minimal
    bare_minimum_2MB

🏃 Tests

📃 License

Arduino_ESP32_OTA is licensed under the GNU General Public License v3.0 license.

You can be released from the requirements of the above license by purchasing a commercial license. Buying such a license is mandatory if you want to modify or otherwise use the software for commercial activities involving the Arduino software without disclosing the source code of your own applications. To purchase a commercial license, send an email tolicense@arduino.cc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp