Giter VIP home page Giter VIP logo

esp32-arduino-ble-radoneye-rd200's People

Contributors

romkey avatar

Stargazers

 avatar

Watchers

 avatar  avatar

esp32-arduino-ble-radoneye-rd200's Issues

Compiling for ESP32-C3

Tried to compile for ESP32-C3 on Arduino 1.18.19

Stumbled over couple issues. Not sure if first one is due to different compiler. Second one I believe is a misprint in original code as there is no other mentioning of hours or minutes elsewhere:

  1. in radon_eye.h line 65 had to change "std::string" to "String", otherwise got conversion error. With edit appearedt o work just fine.
  2. in simple.ino lines 28-31: changed to below, otherwise cannot find variables.
    "
    Serial.printf("now %.2f day %.2f month %.2f\n",
    radon_sensor.radon_now(),
    radon_sensor.radon_day(),
    radon_sensor.radon_month());
    "

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.