Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set versions of libraries in platformio.ini #46

Open
CWempe opened this issue Jun 17, 2020 · 1 comment
Open

Set versions of libraries in platformio.ini #46

CWempe opened this issue Jun 17, 2020 · 1 comment
Labels

Comments

@CWempe
Copy link
Owner

CWempe commented Jun 17, 2020

Some newer libraries create problems.
platformio.ini should have the working versions predefined.

@CWempe CWempe added the bug label Jun 17, 2020
@CWempe CWempe changed the title Set versionss of libraries in platformio.ini Set versions of libraries in platformio.ini Jun 17, 2020
@CWempe
Copy link
Owner Author

CWempe commented Jun 17, 2020

This might help:

     ; Homie@2.0.0
     Homie
     ; ESPAsyncTCP@1.2.0
     ESPAsyncTCP
     ; DHT sensor library@1.3.4
     DHT sensor library
     DallasTemperature
     ; OneWire@2.3.4
     OneWire
     Nextion
     ; FastLED_RGBW=git@github.com:coryking/FastLED.git
     FastLED_RGBW=git@github.com:cwempe/FastLED.git#support_new_esp8266_lib
     Embedis
     Adafruit Unified Sensor
     ; elapsedMillis@1.0.4
     elapsedMillis

From notebook:

lib_deps =
     ArduinoJson@<5.10.1
     Homie@2.0.0
     ESPAsyncTCP
     Adafruit Unified Sensor@1.0.3
     DHT sensor library@1.3.8
     DallasTemperature
     OneWire@2.3.4
     Nextion@0.7.0
     FastLED_RGBW=git@github.com:cwempe/FastLED.git#support_new_esp8266_lib
     Embedis
     elapsedMillis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant