Skip to content

edgecollective/heltec-ota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

heltec-ota

Explanation of this is here

This is same as ota-web-updater example that comes with Espressif infrastructure for Arduino IDE; only modification is that I've moved the ssid and password into a separate file, 'credentials.h', which needs to be located in same arduino folder and have the following format:

const char* host = "esp32";
const char *ssid = "[Your ssid]";
const char *password = "[your password]";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages