mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-30 15:22:02 +08:00

* 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
10 lines
377 B
INI
10 lines
377 B
INI
name=esp32-usb-serial
|
|
version=1.0.1
|
|
author=Luc Lebosse
|
|
maintainer=Luc Lebosse, <support@tech-hunters.com>
|
|
sentence=An usb-serial otg library for ESP32 boards with esp32-arduino core.
|
|
paragraph=This library implements a wrapper to use cdc feature from espressif IDF 5.1.X
|
|
category=Communication
|
|
url=https://github.com/luc-github/esp32-usb-serial
|
|
architectures= esp32s2, esp32s3
|