Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fredlcore/BSB_LAN
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Jul 18, 2024
2 parents 5f3ff3f + 1a37b86 commit 8ab11c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
28 changes: 17 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,52 @@ assignees: ''

**Do not remove any of these questions! Bug-Reports that do not contain all required information will not be accepted. If you cannot provide any required information, explain why this is the case.**

**BSB-LAN Version**
**Version of the Arduino IDE**
Please note: Versions 1.8.19 and below are not supported by this project anymore.

**Version of the ESP32 or Arduino framework**
See ***Tools/Board/Board Manager*** for exact version you are using

**BSB-LAN Version**
As displayed in the web-configuration or copy from `bsb-version.h` file. Please make sure that you have installed the most recent version from the master repository and also updated your BSB_LAN_config.h accordingly. We don't fix bugs for discontinued platforms (such as Arduino Mega).

**Architecture**
**Architecture**
The architecture BSB-LAN is running on (Arduino Mega, Arduino Due, ESP32 NodeMCU, ESP32 Olimex EVB etc.)

**Bus system**
**Bus system**
Which bus BSB-LAN is running on (BSB, LPB, PPS)?

**Describe the bug**
**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Log files - Bug reports without log files will be closed**
**Log files - Bug reports without log files will be closed**
If you cannot provide a log file, explain here why in order to prevent closing this bug report. Attach or copy/paste the log of the Arduino IDE's serial monitor when performing the actions that lead to the error. If possible start the log right before BSB-LAN boots (pressing the reset button on the board).

**Expected behavior**
**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (if applicable, please complete the following information):**
**Desktop (if applicable, please complete the following information):**
- OS: [e.g. MacOS 11.1, Windows 11]
- Browser [e.g. Chrome, Safari]
- Browser version [e.g. 22]

**Smartphone (if applicable, please complete the following information):**
**Smartphone (if applicable, please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. Safari, FireFox]
- Browser version [e.g. 22]

**Additional context**
**Additional context**
Add any other context about the problem here.

**Attach your BSB_LAN_config.h file to your bug report (remove any confidential information if necessary). Do not ZIP or otherwise compress it. Bug reports without this file attached will be closed immediately.**
4 changes: 2 additions & 2 deletions BSB_LAN/bsb-version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR "4"
#define MINOR "0"
#define PATCH "54"
#define COMPILETIME "20240710011102"
#define PATCH "56"
#define COMPILETIME "20240716030336"

0 comments on commit 8ab11c0

Please sign in to comment.