Git Product home page Git Product logo

Comments (1)

yellobyte avatar yellobyte commented on August 28, 2024

In VSCode/PlatformIO click the platformio sidebar icon, open the libraries view and search for Ethernet & SoapESP32. Once found, always select the newest release and click on Add to Project.
Try this in platformio.ini:

lib_deps = Wire, Adafruit BusIO, SoapESP32, Ethernet
lib_ldf_mode = chain+

Build log should look similar like this:

Scanning dependencies...
Dependency Graph
|-- <Wire> 1.0.1
|-- <Adafruit BusIO> 1.10.3
|   |-- <Wire> 1.0.1       
|   |-- <SPI> 1.0
|-- <SoapESP32> 1.1.1      
|   |-- <Ethernet> 2.0.0
|   |   |-- <SPI> 1.0      
|-- <FS> 1.0
|-- <SD(esp32)> 1.0.5
|   |-- <FS> 1.0
|   |-- <SPI> 1.0
|-- <SPI> 1.0
|-- <Update> 1.0
|-- <WiFi> 1.0
|-- <Ethernet> 2.0.0
|   |-- <SPI> 1.0
|-- <Adafruit ST7735 and ST7789 Library> 1.8.2
|   |-- <Adafruit GFX Library> 1.10.13
|   |   |-- <SPI> 1.0
|   |   |-- <Adafruit BusIO> 1.10.3
|   |   |   |-- <Wire> 1.0.1
|   |   |   |-- <SPI> 1.0
|   |   |-- <Wire> 1.0.1
|   |-- <SPI> 1.0
|-- <Adafruit GFX Library> 1.10.13
|   |-- <SPI> 1.0
|   |-- <Adafruit BusIO> 1.10.3
|   |   |-- <Wire> 1.0.1
|   |   |-- <SPI> 1.0
|   |-- <Wire> 1.0.1
Building in release mode
Compiling .pio\build\esp32dev\libc42\Adafruit BusIO\Adafruit_BusIO_Register.cpp.o
........
Archiving .pio\build\esp32dev\lib2c1\libAdafruit ST7735 and ST7789 Library.a
Archiving .pio\build\esp32dev\lib278\libAdafruit GFX Library.a
Archiving .pio\build\esp32dev\libc42\libAdafruit BusIO.a      
Linking .pio\build\esp32dev\firmware.elf
Retrieving maximum program size .pio\build\esp32dev\firmware.elf
Checking size .pio\build\esp32dev\firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [==        ]  17.9% (used 58764 bytes from 327680 bytes)   
Flash: [=====     ]  51.7% (used 1016326 bytes from 1966080 bytes)

Show me your build log in case you need further help. Tx Th

from esp32-webradio-plusdlna.

Related Issues (3)

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.