Giter Club home page Giter Club logo

esphome's People

Contributors

ctvedt avatar

Stargazers

 avatar  avatar

Watchers

 avatar

esphome's Issues

Compilation fails with ESPHome 2023.9.3

Compilation fails with ESPHome 2023.9.3, I guess there may have been some changes in it breaking IP5306.h?
I'm not a C++ programmer, can you help?

In file included from src/main.cpp:97:
src/IP5306.h: In member function 'int8_t IP5306::IP5306BatteryLevel()':
src/IP5306.h:16:5: error: 'Wire' was not declared in this scope
     Wire.beginTransmission(IP5306_ADDR);
     ^~~~
src/IP5306.h:16:5: note: suggested alternative: 'WiFi'
     Wire.beginTransmission(IP5306_ADDR);
     ^~~~
     WiFi
src/IP5306.h: In member function 'bool IP5306::IP5306FullyCharged()':
src/IP5306.h:33:5: error: 'Wire' was not declared in this scope
     Wire.beginTransmission(IP5306_ADDR);
     ^~~~
src/IP5306.h:33:5: note: suggested alternative: 'WiFi'
     Wire.beginTransmission(IP5306_ADDR);
     ^~~~
     WiFi
src/IP5306.h: In member function 'void IP5306::IP5306setPowerBoostKeepOn(bool)':
src/IP5306.h:55:5: error: 'Wire' was not declared in this scope
     Wire.beginTransmission(IP5306_ADDR);
     ^~~~
src/IP5306.h:55:5: note: suggested alternative: 'WiFi'
     Wire.beginTransmission(IP5306_ADDR);
     ^~~~
     WiFi
src/IP5306.h: In member function 'virtual void IP5306::setup()':
src/IP5306.h:77:5: error: 'Wire' was not declared in this scope
     Wire.begin();
     ^~~~
src/IP5306.h:77:5: note: suggested alternative: 'WiFi'
     Wire.begin();
     ^~~~
     WiFi
*** [.pioenvs\t-call\src\main.cpp.o] Error 1

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.