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

added library.properties #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

marcobrianza
Copy link

hello, nice library.
I have just added the library.properties for arduino libray manager compatibility.
to make it available to the community you should also make a release on github .
to make it available to all with the library manger please give a look at this:
https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ

author=hwwong
maintainer=hwwong
sentence=ESP32 / ESP8266 influxdb client.
paragraph=ESP32 / ESP8266 influxdb client, posts and queries data
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Arduino IDE's Library Manager displays the text defined in the library.properties paragraph field immediately after the sentence text so it's not desirable to duplicate the sentence text in paragraph.

paragraph=ESP32 / ESP8266 influxdb client, posts and queries data
category=Data Storage
url=https://github.com/hwwong/ESP_influxdb
architectures=ESP8266,ESP32
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Architectures value is case sensitive and the correct case of these architecture values is esp8266 and esp32. The current values causes the example to appear under File > Examples > INCOMPATIBLE and a warning to be shown when compiling the library:

WARNING: library ESP_influxdb claims to run on (ESP8266, ESP32) architecture(s) and may be incompatible with your current board which runs on (esp8266) architecture(s).

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

Successfully merging this pull request may close these issues.

2 participants