mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-20 00:32:04 +01:00
[CI] Update travis CI url
.org to .com
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -31,6 +31,6 @@ If applicable, add screenshots to help explain your problem.
|
||||
Add any other context about the problem here.
|
||||
|
||||
* You should not have a compilation error if you use the versions of the libraries linked into the libraries folder, this badges show you the state of the compilation
|
||||
[](https://travis-ci.org/1technophile/OpenMQTTGateway)
|
||||
[](https://travis-ci.com/1technophile/OpenMQTTGateway)
|
||||
* If you are not sure this is a bug or an enhancement post your question to the forum below
|
||||
[](https://community.openmqttgateway.com)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[](https://community.openmqttgateway.com)
|
||||
[](https://travis-ci.org/1technophile/OpenMQTTGateway)
|
||||
[](https://travis-ci.com/1technophile/OpenMQTTGateway)
|
||||
[](https://www.codacy.com/app/1technophile/OpenMQTTGateway?utm_source=github.com&utm_medium=referral&utm_content=1technophile/OpenMQTTGateway&utm_campaign=badger)
|
||||
[](http://isitmaintained.com/project/1technophile/openmqttgateway "Percentage of issues still open")
|
||||
[](https://gitlicense.com/license/1technophile/OpenMQTTGateway)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Troubleshooting
|
||||
|
||||
## Compilation/build error
|
||||
This badge [](https://travis-ci.org/1technophile/OpenMQTTGateway) show you the state of the compilation of the master and this one [](https://travis-ci.org/1technophile/OpenMQTTGateway) for the development branch. If you see a green badge this means that the code compilation is OK with the configuration given in the docs/platformio.ini. Check your IDE environment version, boards version, libraries version before submitting an issue or a question.
|
||||
This badge [](https://travis-ci.com/1technophile/OpenMQTTGateway) show you the state of the compilation of the master and this one [](https://travis-ci.com/1technophile/OpenMQTTGateway) for the development branch. If you see a green badge this means that the code compilation is OK with the configuration given in the docs/platformio.ini. Check your IDE environment version, boards version, libraries version before submitting an issue or a question.
|
||||
Verify especially that the libraries provided into the [the release page](https://github.com/1technophile/OpenMQTTGateway/releases) are located into your "sketchbook folder"/libraries if your are using the Arduino IDE.
|
||||
|
||||
## ESP32 compilation errors related to wifi
|
||||
|
||||
Reference in New Issue
Block a user