Giter Site home page Giter Site logo

esp32_example's People

Contributors

axcap avatar

Stargazers

 avatar

Watchers

 avatar  avatar

esp32_example's Issues

HTTPUpdate library

Hii

Thanks allot for this Project and the Examples! Unfortunately I can't get the project compiled.
Which library do u use for the HTTPUpdate?

On v0.0.11

I get an error saying:

.pio/libdeps/nodemcu-32s/Esp-GitHub-OTA/src/ota.cpp:53:13: error: 'class HTTPUpdate' has no member named 'onStart'
     Updater.onStart(update_started);
             ^
.pio/libdeps/nodemcu-32s/Esp-GitHub-OTA/src/ota.cpp:54:13: error: 'class HTTPUpdate' has no member named 'onEnd'
     Updater.onEnd(update_finished);
             ^
.pio/libdeps/nodemcu-32s/Esp-GitHub-OTA/src/ota.cpp:55:13: error: 'class HTTPUpdate' has no member named 'onProgress'
     Updater.onProgress(update_progress);
             ^
.pio/libdeps/nodemcu-32s/Esp-GitHub-OTA/src/ota.cpp:56:13: error: 'class HTTPUpdate' has no member named 'onError'
     Updater.onError(update_error);

On v0.1.1

If i try ti compile the newest version 0.1.1, i have the following errors:

.pio/libdeps/nodemcu-32s/Esp-GitHub-OTA/src/ota.h:27:3: error: 'HTTPUpdateResult' does not name a type
   HTTPUpdateResult update_firmware(String url);
   ^
.pio/libdeps/nodemcu-32s/Esp-GitHub-OTA/src/ota.h:28:3: error: 'HTTPUpdateResult' does not name a type
   HTTPUpdateResult update_filesystem(String url);
   ^
.pio/libdeps/nodemcu-32s/Esp-GitHub-OTA/src/ota.h:29:28: error: 'HTTPUpdateResult' has not been declared
   void print_update_result(HTTPUpdateResult result, const char *TAG);
                            ^
.pio/libdeps/nodemcu-32s/Esp-GitHub-OTA/src/ota.h:46:3: error: 'X509List' does not name a type
   X509List _x509;

I would be very happy if you could help me.

Let me know if you need more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.