diff --git a/.travis.yml b/.travis.yml index 693552d..c8b55d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - if [[ "$BOARD" =~ "esp32:esp32:" ]]; then arduino --install-boards esp32:esp32; fi - - arduino --install-library PubSubClient,PageBuilder:1.3.3 + - arduino --install-library PubSubClient,PageBuilder:1.3.4 - arduino --install-library ArduinoJson:5.13.5 - buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; } - arduino --install-library ArduinoJson:6.10.1 @@ -32,14 +32,18 @@ install: - mkdir -p ~/Arduino/libraries - ln -s $PWD ~/Arduino/libraries/. script: + - buildExampleSketch ConfigIP - buildExampleSketch Credential + - buildExampleSketch Elements + - buildExampleSketch FileUpload - buildExampleSketch FSBrowser - buildExampleSketch HandleClient - buildExampleSketch HandlePortal - buildExampleSketch HandlePortalEX - - buildExampleSketch Simple - buildExampleSketch HelloWorld - buildExampleSketch mqttRSSI - buildExampleSketch mqttRSSI_FS - buildExampleSketch mqttRSSI_NA - - buildExampleSketch FileUpload + - buildExampleSketch Simple + - buildExampleSketch Update + - buildExampleSketch WebUpdate diff --git a/README.md b/README.md index e88bf5c..7a0c4d9 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ These HTML elements that make up the user-owned screen can be easily loaded from +### Quick and easy to equip the OTA update feature ENHANCED w/ v1.0.0 + +You can quickly and easily equip the [OTA update feature](https://hieromon.github.io/AutoConnect/otaupdate.html) to your sketch and also you can operate the firmware update process via OTA from AutoConnect menu. + ## Supported hardware Apply the [Arduino core](https://github.com/esp8266/Arduino) of the ESP8266 Community. @@ -66,6 +70,7 @@ Alter the platform applying the [arduino-esp32](https://github.com/espressif/ard - Ai-Thinker NodeMCU-32S - Heltec WiFi Kit 32 - M5Stack +- Unexpected Maker TinyPICO - And other ESP32 modules supported by the Additional Board Manager URLs of the Arduino-IDE. ## Simple usage @@ -96,6 +101,13 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log +### [1.0.0] Sept. 7, 2019 +- Supports Arduino core for ESP32 1.0.3. +- Supports AutoConnectUpdate for the OTA update. +- Supports Preferences for saving credentials with ESP32 core 1.0.3 and later. **In ESP32, the credentials stored past in EEPROM will lose**. +- Supports AutoConnectAux::isValid function. +- Supports the global attribute with all AutoConnectElements. + ### [0.9.12] Aug. 18, 2019 - Fixed missing captive portal notifications on the newer mobile OS client. As a result of this fix, the SoftAP default IP address and gateway have been changed to **172.217.28.1**. (issue #85) diff --git a/docs/404.html b/docs/404.html index e02edf4..0f25e85 100644 --- a/docs/404.html +++ b/docs/404.html @@ -389,10 +389,70 @@ + + + + + + + + +
  • + + + + +