Skip to content

Rafeul-1997/OTAxpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTAxpress 🚀

Fast, minimal OTA updates for ESP32.

ESP32 License OTA WiFi

Features

  • One-line OTA setup
  • WiFi auto reconnect
  • LED status indicator
  • Enforced user-defined hostname
  • Enforced OTA password requirement

Example

#include <OTAxpress.h>

OTAxpress ota("YOUR_SSID", "YOUR_PASSWORD");

void setup() {
  ota.setHostname("MyESP32");     // REQUIRED
  ota.setOTAPassword("1234");     // REQUIRED
  ota.setStatusLED(2);            // Optional

  ota.begin();


   // Your setup code here
}

void loop() {
  ota.handle();

   // Your application code here
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages