mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Bump to version 0.1.6
This commit is contained in:
parent
99bf849d09
commit
434b6eeab0
@ -1,6 +1,6 @@
|
|||||||
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code
|
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code
|
||||||
name=ESP32-OTA
|
name=ESP32-OTA
|
||||||
version=0.1.5
|
version=0.1.6
|
||||||
author=Scott Baker <scott.baker@gmail.com>
|
author=Scott Baker <scott.baker@gmail.com>
|
||||||
maintainer=Scott Baker <scott.baker@gmail.com>
|
maintainer=Scott Baker <scott.baker@gmail.com>
|
||||||
sentence=Add an HTTP OTA interface to an existing project
|
sentence=Add an HTTP OTA interface to an existing project
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Arduino build process info: https://github.com/arduino/Arduino/wiki/Build-Process
|
// Arduino build process info: https://github.com/arduino/Arduino/wiki/Build-Process
|
||||||
|
|
||||||
#define WEBOTA_VERSION "0.1.5"
|
#define WEBOTA_VERSION "0.1.6"
|
||||||
|
|
||||||
#include "WebOTA.h"
|
#include "WebOTA.h"
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user