ESP3D/libraries/EspLuaEngine-1.0.3/.github/ISSUE_TEMPLATE/bug_report.md
Luc b40937122a
Add Usb Serial otg feature (#1055)
* Update esp3d_version.h
* Fix GCode client is not processed
* Update lua engine to 1.0.3
* Fix HOOKS and Init script conflicting at boot
* Add a queue for multiple scripts (max 5)
* Fix compilation failed on SERIAL_MKS on ESP32
* Explain better sanity check on SERIAL_MKS and DISPLAY
* Implement USB Serial OTG
2024-10-19 18:13:45 +08:00

738 B

name about title labels assignees
Bug report Create a report to help us improve [BUG]<Enter comprehensive title> bug

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

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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

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

Board used (please complete the following information):

  • BOARD: [e.g. ESP32]
  • Flash size: [e.g. 4M]
  • partitions: [e.g. default]

Additional context Add any other context about the problem here. Wiring, decoded stack, etc...