Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (34 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

51 lines (34 loc) · 1.64 KB

Contributing to Blynk_WM (Blynk_WiFiManager)

Reporting Bugs

Please report bugs in Blynk_WiFiManager if you find them.

However, before reporting a bug please check through the following:

If you don't find anything, please open a new issue.

How to submit a bug report

Please ensure to specify the following:

  • Arduino IDE version (e.g. 1.8.16) or Platform.io version
  • ESP8266 or ESP32 Core Version (e.g. ESP8266 core v3.0.2 or ESP32 v2.0.0)
  • Contextual information (e.g. what you were trying to achieve)
  • Simplest possible steps to reproduce
  • Anything that might be relevant in your opinion, such as:
    • Operating system (Windows, Ubuntu, etc.) and the output of uname -a
    • Network configuration

Example

Arduino IDE version: v1.8.16
ESP8266 Core Version v3.0.2
OS: Ubuntu 20.04 LTS
Linux Inspiron 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Context:
The board couldn't autoreconnect to Local Blynk Server after router power recycling.

Steps to reproduce:
1. ...
2. ...
3. ...
4. ...

Sending Feature Requests

Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.

There are usually some outstanding feature requests in the existing issues list, feel free to add comments to them.

Sending Pull Requests

Pull Requests with changes and fixes are also welcome!