fixed serial port disabling

This commit is contained in:
Devaev Maxim
2020-11-15 16:35:13 +03:00
parent 0955e03cd3
commit 37d9518bc8
3 changed files with 54 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ def _patch(path: str, patch_path: str) -> None:
# =====
_patch(_get_pkg_path("framework-arduino-avr"), "patches/serial.patch")
_patch(_get_pkg_path("framework-arduino-avr"), "patches/optional-serial.patch")
_patch(_get_pkg_path("framework-arduino-avr"), "patches/get-plugged-endpoint.patch")
_libs = _get_libs()