├── esp32_ota ├── bin_version.txt ├── cert.h ├── esp32_ota.ino └── fw.bin ├── esp8266_ota └── esp8266_ota.ino └── readme.md /esp32_ota/bin_version.txt: -------------------------------------------------------------------------------- 1 | 2.2 2 | -------------------------------------------------------------------------------- /esp32_ota/cert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/programmer131/ESP8266_ESP32_SelfUpdate/HEAD/esp32_ota/cert.h -------------------------------------------------------------------------------- /esp32_ota/esp32_ota.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/programmer131/ESP8266_ESP32_SelfUpdate/HEAD/esp32_ota/esp32_ota.ino -------------------------------------------------------------------------------- /esp32_ota/fw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/programmer131/ESP8266_ESP32_SelfUpdate/HEAD/esp32_ota/fw.bin -------------------------------------------------------------------------------- /esp8266_ota/esp8266_ota.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/programmer131/ESP8266_ESP32_SelfUpdate/HEAD/esp8266_ota/esp8266_ota.ino -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/programmer131/ESP8266_ESP32_SelfUpdate/HEAD/readme.md --------------------------------------------------------------------------------