Giter Club home page Giter Club logo

Comments (9)

github-actions avatar github-actions commented on August 13, 2024

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

from esp32ssdp.

luc-github avatar luc-github commented on August 13, 2024

Good catch, it is there since the begining, some dyslexia happen sometimes

Fixed by 8979b54 - thank you ^_^

from esp32ssdp.

luc-github avatar luc-github commented on August 13, 2024

I think issue can be closed now

from esp32ssdp.

MitchBradley avatar MitchBradley commented on August 13, 2024

The new name does not appear in the platformio library registry. You might need to do a "platformio library publish" to make the new name show up.

from esp32ssdp.

luc-github avatar luc-github commented on August 13, 2024

Interresting I never did any publishing of this library - you mean it is part of platformIO already ?
how do you set this ?

In Marlin Firmware for esp32
I have just added the entry :
ESP32SSDP=https://github.com/luc-github/ESP32SSDP.git https://github.com/MarlinFirmware/Marlin/blob/2.0.x/platformio.ini#L360

from esp32ssdp.

MitchBradley avatar MitchBradley commented on August 13, 2024

I don't have any experience with this so I am just going by the documentation at
https://docs.platformio.org/en/latest/librarymanager/creating.html#publishing

Your library is already in the registry under the transposed name. You can find it with the pio lib search command using either of the names:

PS C:\Users\wmb\Documents\GitHub\Grbl_Esp_New> pio lib search ESP32SSDP
Found 1 libraries:

ESP32SSPD
=========
#ID: 6066
Simple SSDP library for ESP32. Only for ESP32

Keywords: communication
Compatible frameworks: Arduino
Authors: Me-No-Dev, luc-github

PS C:\Users\wmb\Documents\GitHub\Grbl_Esp_New> pio lib search ESP32SSPD
Found 1 libraries:

ESP32SSPD
=========
#ID: 6066
Simple SSDP library for ESP32. Only for ESP32

Keywords: communication
Compatible frameworks: Arduino
Compatible platforms: Espressif 32
Authors: Me-No-Dev, luc-github

You can also find it via the platformio web page search:

https://platformio.org/lib/search?query=ESP32SSDP
or
https://platformio.org/lib/search?query=ESP32SSPD

In a platformio.ini lib_deps spec, the only form that currently works is "ESP32SSPD", as in

[env]
lib_deps =
	TMCStepper@>=0.7.0,<1.0.0
        ESP32SSPD

from esp32ssdp.

luc-github avatar luc-github commented on August 13, 2024

Weird doc still mention git possibility
https://docs.platformio.org/en/latest/projectconf/index.html

so

lib_deps =
TMCStepper@>=0.7.0,<1.0.0
https://github.com/luc-github/ESP32SSDP.git

should work

be sure you deleted your .pioenv and your .piolibdeps I got some trouble in past when modifying platformIO.ini but not cleaning these directories

from esp32ssdp.

luc-github avatar luc-github commented on August 13, 2024

I have just tested and

lib_deps =
TMCStepper@>=0.7.0,<1.0.0
https://github.com/luc-github/ESP32SSDP.git

works on my side on latest Devt of GRBL_ESP32 - with ESP32SSDP library removed from libraries directory of course

from esp32ssdp.

luc-github avatar luc-github commented on August 13, 2024
[env]
lib_deps =
	TMCStepper@>=0.7.0,<1.0.0
	ESPSSDP=https://github.com/luc-github/ESP32SSDP.git

works also

image

from esp32ssdp.

Related Issues (18)

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.