1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-12 01:24:49 +02:00

Update bug-report.md

This commit is contained in:
bdring
2019-10-27 09:05:22 -05:00
committed by GitHub
parent aa4aa0a574
commit f9b7b95288

View File

@@ -14,3 +14,9 @@ What version of the firmware are you using?
Is the problem repeatable?
Under what conditions does the bug occur?
**Important** If you paste firmware code, please use [Markdown Code and Syntax Highlighting](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code) with language C++. Use the three back tick method.
```C++
#define EASIER_TO_READ true
```