Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 502 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 502 Bytes

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]";