Skip to content

added library.properties#4

Open
marcobrianza wants to merge 3 commits into
hwwong:masterfrom
marcobrianza:master
Open

added library.properties#4
marcobrianza wants to merge 3 commits into
hwwong:masterfrom
marcobrianza:master

Conversation

@marcobrianza
Copy link
Copy Markdown

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

Comment thread library.properties Outdated
author=hwwong
maintainer=hwwong
sentence=ESP32 / ESP8266 influxdb client.
paragraph=ESP32 / ESP8266 influxdb client, posts and queries data
Copy link
Copy Markdown

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.

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

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